Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultBurrowConfigEnvironmentVariable = "BURROW_CONFIG_JSON"
View Source
const DefaultBurrowConfigTOMLFileName = "burrow.toml"
View Source
const DefaultGenesisDocJSONFileName = "genesis.json"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BurrowConfig ¶ added in v0.18.0
type BurrowConfig struct { // Set on startup ValidatorAddress *crypto.Address `json:",omitempty" toml:",omitempty"` ValidatorPassphrase *string `json:",omitempty" toml:",omitempty"` // From config file GenesisDoc *genesis.GenesisDoc `json:",omitempty" toml:",omitempty"` Tendermint *tendermint.BurrowTendermintConfig `json:",omitempty" toml:",omitempty"` Execution *execution.ExecutionConfig `json:",omitempty" toml:",omitempty"` Keys *keys.KeysConfig `json:",omitempty" toml:",omitempty"` RPC *rpc.RPCConfig `json:",omitempty" toml:",omitempty"` Logging *logging_config.LoggingConfig `json:",omitempty" toml:",omitempty"` }
func DefaultBurrowConfig ¶ added in v0.18.0
func DefaultBurrowConfig() *BurrowConfig
func (*BurrowConfig) JSONString ¶ added in v0.18.0
func (conf *BurrowConfig) JSONString() string
func (*BurrowConfig) TOMLString ¶ added in v0.18.0
func (conf *BurrowConfig) TOMLString() string
Click to show internal directories.
Click to hide internal directories.