Versions in this module Expand all Collapse all v11 v11.0.0 Jul 6, 2023 Changes in this version + func NewMsgServerImpl(keeper Keeper) types.MsgServer + type Keeper struct + func NewKeeper(cdc codec.BinaryCodec, storeKey, memKey sdk.StoreKey, ...) *Keeper + func (k Keeper) DistributeInflation(ctx sdk.Context) error + func (k Keeper) DistributeWeightedRewards(ctx sdk.Context, feeCollectorAddress sdk.AccAddress, totalAllocation sdk.Coin, ...) error + func (k Keeper) FundCommunityPool(ctx sdk.Context) error + func (k Keeper) GetModuleAccount(ctx sdk.Context, moduleName string) authtypes.AccountI + func (k Keeper) GetModuleAccountAddress(_ sdk.Context) sdk.AccAddress + func (k Keeper) GetParams(ctx sdk.Context) (params types.Params) + func (k Keeper) GetProportions(_ sdk.Context, mintedCoin sdk.Coin, ratio sdk.Dec) sdk.Coin + func (k Keeper) Logger(ctx sdk.Context) log.Logger + func (k Keeper) Params(c context.Context, _ *types.QueryParamsRequest) (*types.QueryParamsResponse, error) + func (k Keeper) SetParams(ctx sdk.Context, params types.Params) + type Migrator struct + func NewMigrator(keeper Keeper) Migrator + func (m Migrator) Migrate1to2(_ sdk.Context) error + func (m Migrator) Migrate2to3(ctx sdk.Context) error v11.0.0-beta.1 Jul 5, 2023 Other modules containing this package github.com/public-awesome/stargaze github.com/public-awesome/stargaze/v10 github.com/public-awesome/stargaze/v12 github.com/public-awesome/stargaze/v13 github.com/public-awesome/stargaze/v14 github.com/public-awesome/stargaze/v15 github.com/public-awesome/stargaze/v2 github.com/public-awesome/stargaze/v3 github.com/public-awesome/stargaze/v4 github.com/public-awesome/stargaze/v5 github.com/public-awesome/stargaze/v6 github.com/public-awesome/stargaze/v7 github.com/public-awesome/stargaze/v8 github.com/public-awesome/stargaze/v9