Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Keeper ¶
Keeper maintains the link to data storage and exposes getter/setter methods for the various parts of the state machine
func NewKeeper ¶
func NewKeeper(cdc codec.Codec, storeKey storetypes.StoreKey, ak nft.AccountKeeper, bk nft.BankKeeper, ) Keeper
NewKeeper creates a new instance of the NFT Keeper
func (Keeper) IssueClass ¶
func (k Keeper) IssueClass(goCtx context.Context, msg *internft.MsgIssueClass) (*internft.MsgIssueClassResponse, error)
func (Keeper) MintNFT ¶
func (k Keeper) MintNFT(goCtx context.Context, msg *internft.MsgMintNFT) (*internft.MintNFTResponse, error)
Click to show internal directories.
Click to hide internal directories.