Versions in this module Expand all Collapse all v7 v7.2.0 May 21, 2024 Changes in this version + func NewMsgServerImpl(keeper Keeper) types.MsgServer + func NewQueryServerImpl(k Keeper) types.QueryServer + type Keeper struct + Minter collections.Item[types.Minter] + Params collections.Item[types.Params] + Schema collections.Schema + func NewKeeper(cdc codec.BinaryCodec, storeService store.KVStoreService, ...) Keeper + func (keeper Keeper) AddCollectedFees(ctx context.Context, fees sdk.Coins) error + func (keeper Keeper) BondedRatio(ctx context.Context) (math.LegacyDec, error) + func (keeper Keeper) ExportGenesis(ctx sdk.Context) *types.GenesisState + func (keeper Keeper) GetAuthority() string + func (keeper Keeper) InitGenesis(ctx sdk.Context, ak types.AccountKeeper, data *types.GenesisState) + func (keeper Keeper) Logger(ctx context.Context) log.Logger + func (keeper Keeper) MintCoins(ctx context.Context, newCoins sdk.Coins) error + func (keeper Keeper) StakingTokenSupply(ctx context.Context) (math.Int, error) + func (keeper Keeper) TokenSupply(ctx context.Context, denom string) math.Int Other modules containing this package github.com/axone-protocol/axoned/v10 github.com/axone-protocol/axoned/v11 github.com/axone-protocol/axoned/v8 github.com/axone-protocol/axoned/v9