MonitorCallBacks

Undocumented in source.

Constructors

this
this(Tid socket_thread_id, FileExtension dataformat)
Undocumented in source.

Members

Functions

coin_round
void coin_round(const(Round) r)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void connect(const(Event) e)
Undocumented in source. Be warned that the author may not have intended to support it.
consensus_failure
void consensus_failure(const(ConsensusException) e)
Undocumented in source. Be warned that the author may not have intended to support it.
daughter
void daughter(const(Event) e)
Undocumented in source. Be warned that the author may not have intended to support it.
epoch
void epoch(const(Event[]) received_events)
Undocumented in source. Be warned that the author may not have intended to support it.
exiting
void exiting(const(Pubkey) owner_key, const(HashGraph) )
Undocumented in source. Be warned that the author may not have intended to support it.
famous
void famous(const(Event) e)
Undocumented in source. Be warned that the author may not have intended to support it.
forked
void forked(const(Event) e)
Undocumented in source. Be warned that the author may not have intended to support it.
getBitMaskString
const(string) getBitMaskString(const(BitMask) bitmask, uint node_size)
Undocumented in source. Be warned that the author may not have intended to support it.
iterations
void iterations(const(Event) e, uint count)
Undocumented in source. Be warned that the author may not have intended to support it.
looked_at
void looked_at(const(Event) e)
Undocumented in source. Be warned that the author may not have intended to support it.
receive
void receive(const(Document) doc)
Undocumented in source. Be warned that the author may not have intended to support it.
receive
void receive(const(Document) doc)
Undocumented in source. Be warned that the author may not have intended to support it.
received_tidewave
void received_tidewave(immutable(Pubkey) sending_channel, const(Tides) tides)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(const(Event) e)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(const(Round) r)
Undocumented in source. Be warned that the author may not have intended to support it.
round
void round(const(Event) e)
Undocumented in source. Be warned that the author may not have intended to support it.
round_decided
void round_decided(const(Round.Rounder) rounder)
Undocumented in source. Be warned that the author may not have intended to support it.
round_received
void round_received(const(Event) e)
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.
sendMessage
void sendMessage(string msg)
Undocumented in source. Be warned that the author may not have intended to support it.
sent_tidewave
void sent_tidewave(immutable(Pubkey) receiving_channel, const(Tides) tides)
Undocumented in source. Be warned that the author may not have intended to support it.
set_grounded
void set_grounded(const(Event) e)
Undocumented in source. Be warned that the author may not have intended to support it.
socket_send
void socket_send(const(HiBON) hibon)
Undocumented in source. Be warned that the author may not have intended to support it.
son
void son(const(Event) e)
Undocumented in source. Be warned that the author may not have intended to support it.
strong_vote
void strong_vote(const(Event) e, uint votes)
Undocumented in source. Be warned that the author may not have intended to support it.
witness
void witness(const(Event) e)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

_params
enum _params;
Undocumented in source.

Static functions

createHiBON
HiBON createHiBON(const(Event) e)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_socket_thread_id
Tid _socket_thread_id;
Undocumented in source.
ext
FileExtension ext;
Undocumented in source.

Inherited Members

From EventMonitorCallbacks

connect
void connect(const(Event) e)
Undocumented in source.
witness
void witness(const(Event) e)
Undocumented in source.
round
void round(const(Event) e)
Undocumented in source.
round_decided
void round_decided(const(Round.Rounder) rounder)
Undocumented in source.
round_received
void round_received(const(Event) e)
Undocumented in source.
famous
void famous(const(Event) e)
Undocumented in source.
round
void round(const(Event) e)
Undocumented in source.
remove
void remove(const(Event) e)
Undocumented in source.
epoch
void epoch(const(Event[]) received_event)
Undocumented in source.
send
void send(Pubkey channel, Document doc)
Undocumented in source.
send
void send(Pubkey channel, T pack)
Undocumented in source. Be warned that the author may not have intended to support it.
receive
void receive(Document doc)
Undocumented in source.
receive
void receive(T pack)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta