Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
func NewDefaultConfig ¶
func NewDefaultConfig() Config
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) OnGenesisAppStateLoaded ¶
func (*Handler) OnGenesisTimeLoaded ¶
func (*Handler) ReloadConf ¶
ReloadConf update the internal configuration of the positions engine.
type State ¶ added in v0.55.0
type State struct {
Assets assets.GenesisState `json:"assets"`
Validators validators.GenesisState `json:"validators"`
Network abci.GenesisState `json:"network"`
NetParams netparams.GenesisState `json:"network_parameters"`
NetParamsOverwrite netparams.GenesisStateOverwrite `json:"network_parameters_checkpoint_overwrite"`
Limits limits.GenesisState `json:"network_limits"`
Checkpoint checkpoint.GenesisState `json:"checkpoint"`
}
func DefaultState ¶ added in v0.55.0
func DefaultState() State
Click to show internal directories.
Click to hide internal directories.