Documentation ¶
Index ¶
- func GetCmdBurnNFT(cdc *codec.Codec) *cobra.Command
- func GetCmdEditNFTMetadata(cdc *codec.Codec) *cobra.Command
- func GetCmdMintNFT(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryCollection(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryCollectionSupply(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryDenoms(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryNFT(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryOwner(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdTransferNFT(cdc *codec.Codec) *cobra.Command
- func GetQueryCmd(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetTxCmd(storeKey string, cdc *codec.Codec) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCmdBurnNFT ¶
GetCmdBurnNFT is the CLI command for sending a BurnNFT transaction
func GetCmdEditNFTMetadata ¶
GetCmdEditNFTMetadata is the CLI command for sending an EditMetadata transaction
func GetCmdMintNFT ¶
GetCmdMintNFT is the CLI command for a MintNFT transaction
func GetCmdQueryCollection ¶
GetCmdQueryCollection queries all the NFTs from a collection
func GetCmdQueryCollectionSupply ¶
GetCmdQueryCollectionSupply queries the supply of a nft collection
func GetCmdQueryDenoms ¶
GetCmdQueryDenoms queries all denoms
func GetCmdQueryNFT ¶
GetCmdQueryNFT queries a single NFTs from a collection
func GetCmdQueryOwner ¶
GetCmdQueryOwner queries all the NFTs owned by an account
func GetCmdTransferNFT ¶
GetCmdTransferNFT is the CLI command for sending a TransferNFT transaction
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.