keeper

package
v7.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 1, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewMsgServerImpl

func NewMsgServerImpl(keeper Keeper) types.MsgServer

NewMsgServerImpl returns an implementation of the stored MsgServer interface for the provided keeper

Types

type Keeper

type Keeper struct {
	// contains filtered or unexported fields
}

func NewKeeper

func NewKeeper(
	storeKey storetypes.StoreKey,
	cdc codec.BinaryCodec,
	sk types.SubspacesKeeper,
	ak types.AccountKeeper,
	bk types.BankKeeper,
	authority string,
) Keeper

NewKeeper returns a new instance of the x/tokenfactory keeper

func (Keeper) AddDenomFromCreator

func (k Keeper) AddDenomFromCreator(ctx sdk.Context, creator, denom string)

func (Keeper) CreateDenom

func (k Keeper) CreateDenom(ctx sdk.Context, creator string, subdenom string) (newTokenDenom string, err error)

ConvertToBaseToken converts a fee amount in a whitelisted fee token to the base fee token amount

func (Keeper) ExportGenesis

func (k Keeper) ExportGenesis(ctx sdk.Context) *types.GenesisState

ExportGenesis returns the tokenfactory module's exported genesis.

func (Keeper) GetAllDenomsIterator

func (k Keeper) GetAllDenomsIterator(ctx sdk.Context) sdk.Iterator

func (Keeper) GetAuthorityMetadata

func (k Keeper) GetAuthorityMetadata(ctx sdk.Context, denom string) types.DenomAuthorityMetadata

GetAuthorityMetadata returns the authority metadata for a specific denom

func (Keeper) GetCreatorPrefixStore

func (k Keeper) GetCreatorPrefixStore(ctx sdk.Context, creator string) sdk.KVStore

GetCreatorPrefixStore returns the substore for a specific creator address

func (Keeper) GetCreatorsPrefixStore

func (k Keeper) GetCreatorsPrefixStore(ctx sdk.Context) sdk.KVStore

GetCreatorsPrefixStore returns the substore that contains a list of creators

func (Keeper) GetDenomPrefixStore

func (k Keeper) GetDenomPrefixStore(ctx sdk.Context, denom string) sdk.KVStore

GetDenomPrefixStore returns the substore for a specific denom

func (Keeper) GetDenomsFromCreator

func (k Keeper) GetDenomsFromCreator(ctx sdk.Context, creator string) []string

func (Keeper) GetParams

func (k Keeper) GetParams(ctx sdk.Context) (p types.Params)

GetParams returns the params from the store

func (Keeper) InitGenesis

func (k Keeper) InitGenesis(ctx sdk.Context, genState types.GenesisState)

InitGenesis initializes the tokenfactory module's state from a provided genesis state.

func (Keeper) Logger

func (k Keeper) Logger(ctx sdk.Context) log.Logger

Logger returns a logger for the x/tokenfactory module

func (Keeper) Params

Params implements the Query/Params gRPC method

func (Keeper) SetAuthorityMetadata

func (k Keeper) SetAuthorityMetadata(ctx sdk.Context, denom string, metadata types.DenomAuthorityMetadata) error

SetAuthorityMetadata stores authority metadata for a specific denom

func (Keeper) SetParams

func (k Keeper) SetParams(ctx sdk.Context, params types.Params)

SetParams sets the params on the store

func (Keeper) SubspaceDenoms

SubspaceDenoms implements the Query/SubspaceDenoms gRPC method

func (Keeper) ValidateManageTokenPermission

func (k Keeper) ValidateManageTokenPermission(ctx sdk.Context, subspace subspacestypes.Subspace, sender string, denom string) error

ValidateManageTokenPermission validates the sender has the manage denom permission to the subspace tokens inside the given subspace

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL