outchan/outchanbin¶
- 
module 
outchan.outchanbin¶ Outchanbin based implementation of Outchan.
Uses an
Outchanbininstance to deliver raw binary messages.Provide
Outchanbininstance 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.
 
- 
class