WaveOptions

Undocumented in source.
@safe
struct WaveOptions {
NetworkMode network_mode;
uint number_of_nodes;
string prefix_format;
bool fail_fast;
}

Members

Variables

address_file
string address_file;

Read node addresses from this files if it's defined * Useful for development * Formatted likes this. With 1 entry per line. * <Base64 encoded public key> <address>

Mixed In Members

From mixin JSONCommon

toJSON
JSON.JSONValue toJSON()
stringify
string stringify()

Stringify the struct

parse
void parse(JSON.JSONValue json_value)

Initialize a struct from a JSON