config

package
v0.22.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 21, 2018 License: Apache-2.0 Imports: 12 Imported by: 0

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) Kernel added in v0.18.0

func (conf *BurrowConfig) Kernel(ctx context.Context) (*core.Kernel, error)

func (*BurrowConfig) TOMLString added in v0.18.0

func (conf *BurrowConfig) TOMLString() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL