Documentation ¶
Index ¶
- func NewMsgServerImpl(keeper Keeper) types.MsgServer
- type Keeper
- func (k Keeper) CreateDenom(ctx context.Context, creatorAddr string, subdenom string) (newTokenDenom string, err error)
- func (k Keeper) DenomAuthorityMetadata(ctx context.Context, req *types.QueryDenomAuthorityMetadataRequest) (*types.QueryDenomAuthorityMetadataResponse, error)
- func (k Keeper) DenomsFromCreator(ctx context.Context, req *types.QueryDenomsFromCreatorRequest) (*types.QueryDenomsFromCreatorResponse, error)
- func (k Keeper) ExportGenesis(ctx context.Context) *types.GenesisState
- func (k Keeper) GetAllDenomsIterator(ctx context.Context) storetypes.Iterator
- func (k Keeper) GetAuthorityMetadata(ctx context.Context, denom string) (types.DenomAuthorityMetadata, error)
- func (k Keeper) GetCreatorPrefixStore(ctx context.Context, creator string) storetypes.KVStore
- func (k Keeper) GetCreatorsPrefixStore(ctx context.Context) storetypes.KVStore
- func (k Keeper) GetDenomPrefixStore(ctx context.Context, denom string) storetypes.KVStore
- func (k Keeper) GetDenomsFromCreator(ctx context.Context, creator string) []string
- func (k Keeper) GetParams(ctx context.Context) (params types.Params)
- func (k Keeper) InitGenesis(ctx context.Context, genState types.GenesisState)
- func (k Keeper) Logger(ctx context.Context) log.Logger
- func (k Keeper) Params(ctx context.Context, req *types.QueryParamsRequest) (*types.QueryParamsResponse, error)
- func (k Keeper) SetParams(ctx context.Context, params types.Params)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMsgServerImpl ¶
Types ¶
type Keeper ¶
type Keeper struct {
// contains filtered or unexported fields
}
func NewKeeper ¶
func NewKeeper( storeKey storetypes.StoreKey, paramSpace paramtypes.Subspace, accountKeeper types.AccountKeeper, bankKeeper types.BankKeeper, communityPoolKeeper types.CommunityPoolKeeper, authority string, ) Keeper
func (Keeper) CreateDenom ¶
func (Keeper) DenomAuthorityMetadata ¶
func (k Keeper) DenomAuthorityMetadata(ctx context.Context, req *types.QueryDenomAuthorityMetadataRequest) (*types.QueryDenomAuthorityMetadataResponse, error)
func (Keeper) DenomsFromCreator ¶
func (k Keeper) DenomsFromCreator(ctx context.Context, req *types.QueryDenomsFromCreatorRequest) (*types.QueryDenomsFromCreatorResponse, error)
func (Keeper) ExportGenesis ¶
func (k Keeper) ExportGenesis(ctx context.Context) *types.GenesisState
func (Keeper) GetAllDenomsIterator ¶
func (k Keeper) GetAllDenomsIterator(ctx context.Context) storetypes.Iterator
func (Keeper) GetAuthorityMetadata ¶
func (Keeper) GetCreatorPrefixStore ¶
func (Keeper) GetCreatorsPrefixStore ¶
func (k Keeper) GetCreatorsPrefixStore(ctx context.Context) storetypes.KVStore
func (Keeper) GetDenomPrefixStore ¶
func (Keeper) GetDenomsFromCreator ¶
func (Keeper) InitGenesis ¶
func (k Keeper) InitGenesis(ctx context.Context, genState types.GenesisState)
func (Keeper) Params ¶
func (k Keeper) Params(ctx context.Context, req *types.QueryParamsRequest) (*types.QueryParamsResponse, error)
Click to show internal directories.
Click to hide internal directories.