Versions in this module Expand all Collapse all v0 v0.1.0 Apr 24, 2023 Changes in this version + func NewHandler(k Keeper) sdk.Handler + func NewLegacyQuerier(keeper Keeper) sdk.Querier + func NewMsgServerImpl(keeper Keeper) types.MsgServer + func NewQueryServer(k Keeper) types.QueryServer + type Keeper struct + func NewKeeper(cdc codec.Codec, storeKey sdk.StoreKey) Keeper + func (k Keeper) ExportGenesis(ctx sdk.Context) *types.GenesisState + func (k Keeper) GetAdminAccountIterator(ctx sdk.Context) sdk.Iterator + func (k Keeper) GetAdminAccounts(ctx sdk.Context) []*types.AdminAccount + func (k Keeper) GetAdminAccountsForType(ctx sdk.Context, adminType types.AdminType) []*types.AdminAccount + func (k Keeper) GetParams(ctx sdk.Context) *types.Params + func (k Keeper) InitGenesis(ctx sdk.Context, state types.GenesisState) []abci.ValidatorUpdate + func (k Keeper) IsAdminAccount(ctx sdk.Context, adminType types.AdminType, adminAccount sdk.AccAddress) bool + func (k Keeper) RemoveAdminAccount(ctx sdk.Context, account *types.AdminAccount) + func (k Keeper) SetAdminAccount(ctx sdk.Context, account *types.AdminAccount) + func (k Keeper) SetParams(ctx sdk.Context, params *types.Params) + type Migrator struct + func NewMigrator(keeper Keeper) Migrator + func (m Migrator) InitialMigration(ctx sdk.Context) error + type Querier struct + func (q Querier) GetParams(ctx context.Context, _ *types.GetParamsRequest) (*types.GetParamsResponse, error) + func (q Querier) ListAccounts(ctx context.Context, _ *types.ListAccountsRequest) (*types.ListAccountsResponse, error)