TestNetwork

This function makes sure that the HashGraph has all the events connected to this event

Constructors

this
this(const(string[]) node_names)
Undocumented in source.

Members

Aliases

ChannelQueue
alias ChannelQueue = Queue!Document
Undocumented in source.

Classes

FiberNetwork
class FiberNetwork
Undocumented in source.
TestGossipNet
class TestGossipNet
Undocumented in source.

Enums

timestep
enum timestep
Undocumented in source.

Functions

addNode
void addNode(immutable(ulong) N, const(string) name, Flag!"joining" joining)
Undocumented in source. Be warned that the author may not have intended to support it.
allInGraph
bool allInGraph()
Undocumented in source. Be warned that the author may not have intended to support it.
channels
const(Pubkey[]) channels()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

testing
int testing;
Undocumented in source.
verify_net
const(SecureNet) verify_net;
Undocumented in source.

Variables

authorising
TestGossipNet authorising;
Undocumented in source.
current
Pubkey current;
Undocumented in source.
global_time
SysTime global_time;
Undocumented in source.
networks
FiberNetwork[Pubkey] networks;
Undocumented in source.
random
Random!size_t random;
Undocumented in source.

Meta