Versions in this module Expand all Collapse all v11 v11.0.1 Aug 15, 2022 Changes in this version + type Hooks struct + func (h Hooks) AfterEpochEnd(ctx sdk.Context, epochIdentifier string, epochNumber int64) + func (h Hooks) BeforeEpochStart(ctx sdk.Context, epochIdentifier string, epochNumber int64) + type Keeper struct + func NewKeeper(cdc codec.BinaryCodec, key sdk.StoreKey, paramSpace paramtypes.Subspace, ...) Keeper + func (k *Keeper) SetHooks(h types.MintHooks) *Keeper + func (k Keeper) AfterEpochEnd(ctx sdk.Context, epochIdentifier string, epochNumber int64) + func (k Keeper) BeforeEpochStart(ctx sdk.Context, epochIdentifier string, epochNumber int64) + func (k Keeper) CreateDeveloperVestingModuleAccount(ctx sdk.Context, amount sdk.Coin) error + func (k Keeper) DistributeMintedCoin(ctx sdk.Context, mintedCoin sdk.Coin) error + func (k Keeper) ExportGenesis(ctx sdk.Context) *types.GenesisState + func (k Keeper) GetLastHalvenEpochNum(ctx sdk.Context) int64 + func (k Keeper) GetMinter(ctx sdk.Context) (minter types.Minter) + func (k Keeper) GetParams(ctx sdk.Context) (params types.Params) + func (k Keeper) Hooks() Hooks + func (k Keeper) InitGenesis(ctx sdk.Context, data *types.GenesisState) + func (k Keeper) Logger(ctx sdk.Context) log.Logger + func (k Keeper) MintCoins(ctx sdk.Context, newCoins sdk.Coins) error + func (k Keeper) SetInitialSupplyOffsetDuringMigration(ctx sdk.Context) error + func (k Keeper) SetLastHalvenEpochNum(ctx sdk.Context, epochNum int64) + func (k Keeper) SetMinter(ctx sdk.Context, minter types.Minter) + func (k Keeper) SetParams(ctx sdk.Context, params types.Params) + type Querier struct + func NewQuerier(k Keeper) Querier + func (q Querier) EpochProvisions(c context.Context, _ *types.QueryEpochProvisionsRequest) (*types.QueryEpochProvisionsResponse, error) + func (q Querier) Params(c context.Context, _ *types.QueryParamsRequest) (*types.QueryParamsResponse, error) Other modules containing this package github.com/osmosis-labs/osmosis github.com/osmosis-labs/osmosis/v10 github.com/osmosis-labs/osmosis/v12 github.com/osmosis-labs/osmosis/v13 github.com/osmosis-labs/osmosis/v14 github.com/osmosis-labs/osmosis/v15 github.com/osmosis-labs/osmosis/v16 github.com/osmosis-labs/osmosis/v17 github.com/osmosis-labs/osmosis/v19 github.com/osmosis-labs/osmosis/v20 github.com/osmosis-labs/osmosis/v21 github.com/osmosis-labs/osmosis/v22 github.com/osmosis-labs/osmosis/v23 github.com/osmosis-labs/osmosis/v24 github.com/osmosis-labs/osmosis/v25 github.com/osmosis-labs/osmosis/v26 github.com/osmosis-labs/osmosis/v27 github.com/osmosis-labs/osmosis/v6 github.com/osmosis-labs/osmosis/v7 github.com/osmosis-labs/osmosis/v8 github.com/osmosis-labs/osmosis/v9