Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DefaultName Default node name DefaultName = string("Kusama") // DefaultID Default chain ID DefaultID = string("ksmcc") // DefaultConfig Default toml configuration path DefaultConfig = string("./chain/ksmcc/config.toml") // DefaultBasePath Default node base directory path DefaultBasePath = string("~/.gossamer/ksmcc") // DefaultLvl is the default log level DefaultLvl = log.LvlInfo // DefaultGenesisRaw Default genesis configuration path DefaultGenesisRaw = string("./chain/ksmcc/genesis-raw.json") // DefaultKey Default account key DefaultKey = string("") // DefaultUnlock Default account unlock DefaultUnlock = string("") // DefaultAuthority true if BABE block producer DefaultAuthority = false // DefaultRoles Default node roles DefaultRoles = byte(1) // full node (see Table D.2) // DefaultWasmInterpreter is the name of the wasm interpreter to use by default DefaultWasmInterpreter = wasmer.Name // DefaultNetworkPort network port DefaultNetworkPort = uint32(7001) // DefaultNetworkBootnodes network bootnodes DefaultNetworkBootnodes = []string(nil) // DefaultNoBootstrap disables bootstrap DefaultNoBootstrap = false // DefaultNoMDNS disables mDNS discovery DefaultNoMDNS = false // DefaultRPCHTTPHost rpc host DefaultRPCHTTPHost = string("localhost") // DefaultRPCHTTPPort rpc port DefaultRPCHTTPPort = uint32(8545) // DefaultRPCModules rpc modules DefaultRPCModules = []string{"system", "author", "chain", "state", "rpc", "grandpa"} // DefaultRPCWSPort rpc websocket port DefaultRPCWSPort = uint32(8546) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.