HashGraphOptions

Undocumented in source.
@safe
struct HashGraphOptions {
uint number_of_nodes;
uint seed;
string path;
int max_epochs;
}

Members

Variables

continue_on_error
bool continue_on_error;

Don't stop if the epochs does not match

disable_graphfile
bool disable_graphfile;

Disable graph file

disable_name_order
bool disable_name_order;

Don't sort node name (Used to see the mask voting)