- 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.
- gossip
const(Pubkey) gossip(const(ChannelFilter) channel_filter, const(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.
- 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(const(ChannelFilter) channel_filter)
Undocumented in source. Be warned that the author may not have intended to support it.
- send
void send(Pubkey channel, const(HiRPC.Sender) sender)
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.