Versions in this module Expand all Collapse all v9 v9.0.0 Aug 2, 2024 Changes in this version + func NewMsgServerImpl(k 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 storetypes.KVStoreService, ...) Keeper + func (k Keeper) AddCollectedFees(ctx context.Context, fees sdk.Coins) error + func (k Keeper) BondedRatio(ctx context.Context) (math.LegacyDec, error) + func (k Keeper) ExportGenesis(ctx sdk.Context) *types.GenesisState + func (k Keeper) GetAuthority() string + func (k Keeper) InitGenesis(ctx sdk.Context, ak types.AccountKeeper, data *types.GenesisState) + func (k Keeper) Logger(ctx context.Context) log.Logger + func (k Keeper) MintCoins(ctx context.Context, newCoins sdk.Coins) error + func (k Keeper) StakingTokenSupply(ctx context.Context) (math.Int, error) + func (k 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/v7 github.com/axone-protocol/axoned/v8