Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppKeepers ¶
type AppKeepers struct { // keepers AccountKeeper authkeeper.AccountKeeper AuthzKeeper authzkeeper.Keeper CircuitBreakerKeeper circuitkeeper.Keeper BankKeeper bankkeeper.Keeper StakingKeeper *stakingkeeper.Keeper DistrKeeper distrkeeper.Keeper ConsensusParamsKeeper consensuskeeper.Keeper MintKeeper mintkeeper.Keeper GovKeeper *govkeeper.Keeper EmissionsKeeper emissionsKeeper.Keeper ParamsKeeper paramskeeper.Keeper UpgradeKeeper *upgradekeeper.Keeper SlashingKeeper slashingkeeper.Keeper FeeGrantKeeper feegrantkeeper.Keeper EvidenceKeeper evidencekeeper.Keeper // IBC IBCKeeper *ibckeeper.Keeper // IBC Keeper must be a pointer in the app, so we can SetRouter on it correctly CapabilityKeeper *capabilitykeeper.Keeper IBCFeeKeeper ibcfeekeeper.Keeper ICAControllerKeeper icacontrollerkeeper.Keeper ICAHostKeeper icahostkeeper.Keeper TransferKeeper ibctransferkeeper.Keeper // Scoped IBC ScopedIBCKeeper capabilitykeeper.ScopedKeeper ScopedIBCTransferKeeper capabilitykeeper.ScopedKeeper ScopedICAControllerKeeper capabilitykeeper.ScopedKeeper ScopedICAHostKeeper capabilitykeeper.ScopedKeeper // Fee Market FeeMarketKeeper *feemarketkeeper.Keeper }
type DefaultFeemarketDenomResolver ¶
type DefaultFeemarketDenomResolver struct{}
func (*DefaultFeemarketDenomResolver) ConvertToDenom ¶
func (*DefaultFeemarketDenomResolver) ExtraDenoms ¶
func (r *DefaultFeemarketDenomResolver) ExtraDenoms(_ sdk.Context) ([]string, error)
Click to show internal directories.
Click to hide internal directories.