Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Intended class and object structure and description

chris-belcher edited this page Feb 3, 2015 · 6 revisions

The names of classes may change, their intended use probably wont.

  • AddressToKeyMapping. Contains function which takes an address as input and returns privkey.

  • MessagingChannel. Abstract class for communication between bots.

    • IRCChannel. Implemented in IRC.
    • P2PChannel. Implemented with a p2p network.
    • BitmessageChannel. Implemented in Bitmessage.
  • CoinJoiner. Abstract class for maker and taker

    • OrderbookWatcher.
      • Taker
        • SendPayment
        • GUITaker
    • Maker * YieldGenerator