Documentation ¶
Index ¶
Constants ¶
View Source
const (
Bech32HRP = "omni"
)
Bech32HRP is the human-readable-part of the Bech32 address format.
View Source
const Name = "halo"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type App ¶
type App struct { *runtime.App // keepers AccountKeeper authkeeper.AccountKeeper BankKeeper bankkeeper.Keeper StakingKeeper *stakingkeeper.Keeper DistrKeeper distrkeeper.Keeper ConsensusParamsKeeper consensuskeeper.Keeper EVMEngKeeper *evmengkeeper.Keeper AttestKeeper *attestkeeper.Keeper ValSyncKeeper *valsynckeeper.Keeper // contains filtered or unexported fields }
App extends an ABCI application, but with most of its parameters exported. They are exported for convenience in creating helper functions, as object capabilities aren't needed for testing.
func (App) ExportAppStateAndValidators ¶
func (App) ExportAppStateAndValidators(_ bool, _, _ []string) (servertypes.ExportedApp, error)
func (App) LegacyAmino ¶
func (App) LegacyAmino() *codec.LegacyAmino
func (App) SetCometAPI ¶
SetCometAPI sets the comet API client. TODO(corver): Figure out how to use depinject to set this.
func (App) SetVoter ¶ added in v0.1.0
SetVoter sets the voter. TODO(corver): Figure out how to use depinject to set this.
func (App) SimulationManager ¶
func (App) SimulationManager() *module.SimulationManager
SimulationManager implements the SimulationApp interface.
Click to show internal directories.
Click to hide internal directories.