ShellOptions

Undocumented in source.

Members

Functions

node_contract_addr
string node_contract_addr()

Gives a new node address each time it is called

node_dart_addr
string node_dart_addr()

Gives a new node address each time it is called

setDefault
void setDefault()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin JSONCommon
Undocumented in source.
__anonymous
mixin JSONConfig
Undocumented in source.

Variables

bullseye_endpoint
string bullseye_endpoint;
Undocumented in source.
contract_addr_prefix
string contract_addr_prefix;
Undocumented in source.
contract_endpoint
string contract_endpoint;
Undocumented in source.
dart_addr_prefix
string dart_addr_prefix;
Undocumented in source.
dart_endpoint
string dart_endpoint;
Undocumented in source.
dartcache_endpoint
string dartcache_endpoint;
Undocumented in source.
default_i2p_wallet
string default_i2p_wallet;
Undocumented in source.
default_i2p_wallet_pin
string default_i2p_wallet_pin;
Undocumented in source.
i2p_endpoint
string i2p_endpoint;
Undocumented in source.
number_of_nodes
uint number_of_nodes;
Undocumented in source.
shell_api_prefix
string shell_api_prefix;
Undocumented in source.
shell_uri
string shell_uri;
Undocumented in source.
sysinfo_endpoint
string sysinfo_endpoint;
Undocumented in source.
tagion_subscription_addr
string tagion_subscription_addr;
Undocumented in source.

Mixed In Members

From mixin JSONCommon

check
alias check = Check!OptionException
Undocumented in source.
ArrayElementTypes
alias ArrayElementTypes = AliasSeq!(bool, string, double, int)
Undocumented in source.
isSupportedArray
eponymoustemplate isSupportedArray(T)
Undocumented in source.
isSupportedAssociativeArray
eponymoustemplate isSupportedAssociativeArray(T)
Undocumented in source.
isSupported
eponymoustemplate isSupported(T)
Undocumented in source.
toJSON
JSON.JSONValue toJSON()
stringify
string stringify()

Stringify the struct

parse
void parse(JSON.JSONValue json_value)

Intialize a struct from a JSON

From mixin JSONConfig

parseJSON
void parseJSON(string json_text)
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load(string config_file)
Undocumented in source. Be warned that the author may not have intended to support it.
save
void save(string config_file)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta