Documentation
¶
Index ¶
- Constants
- Variables
- func GetCmdBurnNFT() *cobra.Command
- func GetCmdEditNFT() *cobra.Command
- func GetCmdIssueDenom() *cobra.Command
- func GetCmdIssueNFT() *cobra.Command
- func GetCmdTransferDenom() *cobra.Command
- func GetCmdTransferNFT() *cobra.Command
- func GetQueryCmd(queryRoute string) *cobra.Command
- func GetQueryCollectionCmd() *cobra.Command
- func GetQueryDenomCmd() *cobra.Command
- func GetQueryDenomsCmd() *cobra.Command
- func GetQueryNFTCmd() *cobra.Command
- func GetQueryOwnerCmd() *cobra.Command
- func GetQuerySupplyCmd() *cobra.Command
- func GetTxCmd() *cobra.Command
Constants ¶
View Source
const ( FlagNFTName = "nft-name" FlagNFTURL = "nft-url" FlagNFTData = "nft-data" FlagOwner = "owner" )
Variables ¶
View Source
var ( FsEditNFT = pflag.NewFlagSet("", pflag.ContinueOnError) FsQuerySupply = pflag.NewFlagSet("", pflag.ContinueOnError) )
Functions ¶
func GetCmdBurnNFT ¶ added in v0.7.1
GetCmdBurnNFT is the CLI command for an BurnNFT transaction
func GetCmdEditNFT ¶ added in v0.7.1
GetCmdEditNFT is the CLI command for an EditNFT transaction
func GetCmdIssueDenom ¶ added in v0.7.1
GetCmdIssueDenom is the CLI command for an IssueDenom transaction
func GetCmdIssueNFT ¶ added in v0.7.1
GetCmdIssueNFT is the CLI command for an IssueNFT transaction
func GetCmdTransferDenom ¶ added in v0.7.1
func GetCmdTransferNFT ¶ added in v0.7.1
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
func GetQueryCollectionCmd ¶ added in v0.7.1
func GetQueryDenomCmd ¶ added in v0.7.1
func GetQueryDenomsCmd ¶ added in v0.7.1
func GetQueryNFTCmd ¶ added in v0.7.1
func GetQueryOwnerCmd ¶ added in v0.7.1
func GetQuerySupplyCmd ¶ added in v0.7.1
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.