outchan/outchanbin

module outchan.outchanbin

Outchanbin based implementation of Outchan.

Uses an Outchanbin instance to deliver raw binary messages.

Provide Outchanbin instance and a protobufjs.Root object for the CashShuffle protocol to the constructor.

class outchan.outchanbin.OutchanbinOutchan(outchanbin, protocol)
Arguments:
  • outchanbin (outchanbin~Outchanbin) – Binary output channel. Raw binary messages are delivered to this channel.
  • protocol (protobufjs.Root) – Protocol definition.