Documentation ¶
Index ¶
Constants ¶
View Source
const (
DefaultHomeDir = "./halo" // Defaults to "halo" in current directory
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { HomeDir string Network netconf.ID EngineJWTFile string EngineEndpoint string RPCEndpoints xchain.RPCEndpoints SnapshotInterval uint64 // See cosmossdk.io/store/snapshots/types/options.go SnapshotKeepRecent uint64 // See cosmossdk.io/store/snapshots/types/options.go BackendType string // See cosmos-db/db.go MinRetainBlocks uint64 PruningOption string // See cosmossdk.io/store/pruning/types/options.go EVMBuildDelay time.Duration EVMBuildOptimistic bool Tracer tracer.Config }
Config defines all halo specific config.
func (Config) AppStateDir ¶
func (Config) ConfigFile ¶
ConfigFile returns the default path to the toml halo config file.
func (Config) SnapshotDir ¶
func (Config) VoterStateFile ¶
Click to show internal directories.
Click to hide internal directories.