- add_channel
void add_channel(Pubkey channel)
Undocumented in source. Be warned that the author may not have intended to support it.
- close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
- empty
bool empty(Pubkey channel)
Undocumented in source. Be warned that the author may not have intended to support it.
- gossip
const(Pubkey) gossip(ChannelFilter channel_filter, SenderCallBack sender)
Undocumented in source. Be warned that the author may not have intended to support it.
- isValidChannel
bool isValidChannel(const(Pubkey) channel)
Undocumented in source. Be warned that the author may not have intended to support it.
- receive
const(Document) receive(Pubkey channel)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove_channel
void remove_channel(Pubkey channel)
Undocumented in source. Be warned that the author may not have intended to support it.
- select_channel
const(Pubkey) select_channel(ChannelFilter channel_filter)
Undocumented in source. Be warned that the author may not have intended to support it.
- send
void send(const(Pubkey) channel, const(HiRPC.Sender) sender)
Undocumented in source. Be warned that the author may not have intended to support it.
- send
void send(const(Pubkey) channel, const(Document) doc)
Undocumented in source. Be warned that the author may not have intended to support it.
- send
void send(const(Pubkey) channel, T pack)
Undocumented in source. Be warned that the author may not have intended to support it.
- start_listening
void start_listening()
Undocumented in source. Be warned that the author may not have intended to support it.