Documentation ¶
Index ¶
- Constants
- Variables
- func GetCmdBurnONFT() *cobra.Command
- func GetCmdCreateDenom() *cobra.Command
- func GetCmdMintONFT() *cobra.Command
- func GetCmdPurgeDenom() *cobra.Command
- func GetCmdQueryCollection() *cobra.Command
- func GetCmdQueryDenom() *cobra.Command
- func GetCmdQueryDenoms() *cobra.Command
- func GetCmdQueryONFT() *cobra.Command
- func GetCmdQueryOwner() *cobra.Command
- func GetCmdQueryParams() *cobra.Command
- func GetCmdQuerySupply() *cobra.Command
- func GetCmdTransferDenom() *cobra.Command
- func GetCmdTransferONFT() *cobra.Command
- func GetCmdUpdateDenom() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func NewTxCmd() *cobra.Command
Constants ¶
View Source
const ( FlagName = "name" FlagDescription = "description" FlagMediaURI = "media-uri" FlagPreviewURI = "preview-uri" FlagData = "data" FlagNonTransferable = "non-transferable" FlagInExtensible = "inextensible" FlagRecipient = "recipient" FlagOwner = "owner" FlagDenomID = "denom-id" FlagSchema = "schema" FlagNsfw = "nsfw" FlagCreationFee = "creation-fee" FlagURI = "uri" FlagURIHash = "uri-hash" FlagRoyaltyReceivers = "royalty-receivers" )
Variables ¶
View Source
var ( FsCreateDenom = flag.NewFlagSet("", flag.ContinueOnError) FsUpdateDenom = flag.NewFlagSet("", flag.ContinueOnError) FsTransferDenom = flag.NewFlagSet("", flag.ContinueOnError) FsMintONFT = flag.NewFlagSet("", flag.ContinueOnError) FsTransferONFT = flag.NewFlagSet("", flag.ContinueOnError) FsQuerySupply = flag.NewFlagSet("", flag.ContinueOnError) FsQueryOwner = flag.NewFlagSet("", flag.ContinueOnError) )
Functions ¶
func GetCmdBurnONFT ¶
func GetCmdCreateDenom ¶
func GetCmdMintONFT ¶
func GetCmdPurgeDenom ¶
func GetCmdQueryCollection ¶
func GetCmdQueryDenom ¶
func GetCmdQueryDenoms ¶
func GetCmdQueryONFT ¶
func GetCmdQueryOwner ¶
func GetCmdQueryParams ¶
GetCmdQueryParams implements the query params command.
func GetCmdQuerySupply ¶
func GetCmdTransferDenom ¶
func GetCmdTransferONFT ¶
func GetCmdUpdateDenom ¶
func GetQueryCmd ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.