Versions in this module Expand all Collapse all v24 v24.0.0 Aug 21, 2024 Changes in this version + type Keeper struct + func NewKeeper(storeKey storetypes.StoreKey, cdc codec.BinaryCodec, bk driptypes.BankKeeper, ...) Keeper + func (k Keeper) DistributeTokens(goCtx context.Context, msg *types.MsgDistributeTokens) (*types.MsgDistributeTokensResponse, error) + func (k Keeper) GetAuthority() string + func (k Keeper) GetParams(ctx sdk.Context) (params types.Params) + func (k Keeper) SendCoinsFromAccountToFeeCollector(ctx sdk.Context, senderAddr sdk.AccAddress, amt sdk.Coins) error + func (k Keeper) SetParams(ctx sdk.Context, params types.Params) error + func (k Keeper) UpdateParams(goCtx context.Context, req *types.MsgUpdateParams) (*types.MsgUpdateParamsResponse, error) + type Querier struct + func NewQuerier(k Keeper) Querier + func (q Querier) Params(c context.Context, _ *types.QueryParamsRequest) (*types.QueryParamsResponse, error) Other modules containing this package 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/v25