HashGraph.Node

Undocumented in source.

Members

Functions

altitude
int altitude()
Undocumented in source.
event
const(Event) event()
Undocumented in source. Be warned that the author may not have intended to support it.
event
Event event()
Undocumented in source. Be warned that the author may not have intended to support it.
isOnline
bool isOnline()
Undocumented in source. Be warned that the author may not have intended to support it.
offline
bool offline()
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
Event.Range!false opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
Event.Range!true opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
sticky_state
void sticky_state(const(ExchangeState) state)
Undocumented in source. Be warned that the author may not have intended to support it.
sticky_state
const(ExchangeState) sticky_state()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_sticky_state
ExchangeState _sticky_state;
Undocumented in source.
channel
immutable(Pubkey) channel;
Undocumented in source.
node_id
size_t node_id;
Undocumented in source.
state
ExchangeState state;
Undocumented in source.

Meta