Versions in this module Expand all Collapse all v0 v0.4.4 Dec 19, 2024 Changes in this version + func NewMsgServerImpl(keeper Keeper, addressCodec address.Codec) types.MsgServer + type Keeper struct + func NewBaseKeeper(cdc codec.BinaryCodec, storeService store.KVStoreService, ...) Keeper + func (k *Keeper) RegisterKeepers(ak alliancekeeper.Keeper, sk banktypes.StakingKeeper) + func (k Keeper) SupplyOf(c context.Context, req *types.QuerySupplyOfRequest) (*types.QuerySupplyOfResponse, error) + func (k Keeper) TotalSupply(ctx context.Context, req *types.QueryTotalSupplyRequest) (*types.QueryTotalSupplyResponse, error)