Versions in this module Expand all Collapse all v25 v25.0.0 Sep 23, 2024 Changes in this version + func NewMsgServerImpl(k Keeper) types.MsgServer + type Keeper struct + func NewKeeper(cdc codec.BinaryCodec, key storetypes.StoreKey, sk types.StakingKeeper, ...) Keeper + func (k Keeper) AddCollectedFees(ctx sdk.Context, fees sdk.Coins) error + func (k Keeper) AnnualProvisions(c context.Context, _ *types.QueryAnnualProvisionsRequest) (*types.QueryAnnualProvisionsResponse, error) + func (k Keeper) BondedRatio(ctx sdk.Context) sdk.Dec + func (k Keeper) GetAccountKeeper() types.AccountKeeper + func (k Keeper) GetAuthority() string + func (k Keeper) GetBalance(ctx sdk.Context, address sdk.AccAddress, denom string) math.Int + func (k Keeper) GetMinter(ctx sdk.Context) (minter types.Minter) + func (k Keeper) GetParams(ctx sdk.Context) (p types.Params) + func (k Keeper) Inflation(c context.Context, _ *types.QueryInflationRequest) (*types.QueryInflationResponse, error) + func (k Keeper) Logger(ctx sdk.Context) log.Logger + func (k Keeper) MintCoins(ctx sdk.Context, newCoins sdk.Coins) error + func (k Keeper) Params(c context.Context, _ *types.QueryParamsRequest) (*types.QueryParamsResponse, error) + func (k Keeper) ReduceTargetSupply(ctx sdk.Context, burnCoin sdk.Coin) error + func (k Keeper) SetMinter(ctx sdk.Context, minter types.Minter) + func (k Keeper) SetParams(ctx sdk.Context, p types.Params) error + func (k Keeper) StakingTokenSupply(ctx sdk.Context) math.Int + func (k Keeper) TargetSupply(c context.Context, _ *types.QueryTargetSupplyRequest) (*types.QueryTargetSupplyResponse, error) + func (k Keeper) TokenSupply(ctx sdk.Context, denom string) math.Int + type Migrator struct + func NewMigrator(k Keeper, bondDenom string) Migrator + func (m Migrator) Migrate1to2(ctx sdk.Context) error + func (m Migrator) Migrate2to3(ctx sdk.Context) error Other modules containing this package github.com/CosmosContracts/juno github.com/CosmosContracts/juno/v10 github.com/CosmosContracts/juno/v11 github.com/CosmosContracts/juno/v12 github.com/CosmosContracts/juno/v13 github.com/CosmosContracts/juno/v14 github.com/CosmosContracts/juno/v15 github.com/CosmosContracts/juno/v16 github.com/CosmosContracts/juno/v17 github.com/CosmosContracts/juno/v18 github.com/CosmosContracts/juno/v19 github.com/CosmosContracts/juno/v21 github.com/CosmosContracts/juno/v22 github.com/CosmosContracts/juno/v23 github.com/CosmosContracts/juno/v24 github.com/CosmosContracts/juno/v7 github.com/CosmosContracts/juno/v8 github.com/CosmosContracts/juno/v9