Documentation ¶
Index ¶
- Constants
- func ApproveCollectionTxCmd(cdc *codec.Codec) *cobra.Command
- func AttachFromTxCmd(cdc *codec.Codec) *cobra.Command
- func AttachTxCmd(cdc *codec.Codec) *cobra.Command
- func BurnFTFromTxCmd(cdc *codec.Codec) *cobra.Command
- func BurnFTTxCmd(cdc *codec.Codec) *cobra.Command
- func BurnNFTFromTxCmd(cdc *codec.Codec) *cobra.Command
- func BurnNFTTxCmd(cdc *codec.Codec) *cobra.Command
- func CreateCollectionTxCmd(cdc *codec.Codec) *cobra.Command
- func DetachFromTxCmd(cdc *codec.Codec) *cobra.Command
- func DetachTxCmd(cdc *codec.Codec) *cobra.Command
- func DisapproveCollectionTxCmd(cdc *codec.Codec) *cobra.Command
- func GetApproversCmd(cdc *codec.Codec) *cobra.Command
- func GetBalanceCmd(cdc *codec.Codec) *cobra.Command
- func GetBalancesCmd(cdc *codec.Codec) *cobra.Command
- func GetChildrenCmd(cdc *codec.Codec) *cobra.Command
- func GetCollectionCmd(cdc *codec.Codec) *cobra.Command
- func GetIsApprovedCmd(cdc *codec.Codec) *cobra.Command
- func GetParentCmd(cdc *codec.Codec) *cobra.Command
- func GetPermsCmd(cdc *codec.Codec) *cobra.Command
- func GetQueryCmd(cdc *codec.Codec) *cobra.Command
- func GetRootCmd(cdc *codec.Codec) *cobra.Command
- func GetTokenCmd(cdc *codec.Codec) *cobra.Command
- func GetTokenCountCmd(cdc *codec.Codec) *cobra.Command
- func GetTokenTotalCmd(cdc *codec.Codec) *cobra.Command
- func GetTokenTypeCmd(cdc *codec.Codec) *cobra.Command
- func GetTokenTypesCmd(cdc *codec.Codec) *cobra.Command
- func GetTokensCmd(cdc *codec.Codec) *cobra.Command
- func GetTxCmd(cdc *codec.Codec) *cobra.Command
- func GrantPermTxCmd(cdc *codec.Codec) *cobra.Command
- func IssueFTTxCmd(cdc *codec.Codec) *cobra.Command
- func IssueNFTTxCmd(cdc *codec.Codec) *cobra.Command
- func MintFTTxCmd(cdc *codec.Codec) *cobra.Command
- func MintNFTTxCmd(cdc *codec.Codec) *cobra.Command
- func ModifyCmd(cdc *codec.Codec) *cobra.Command
- func RevokePermTxCmd(cdc *codec.Codec) *cobra.Command
- func TransferFTFromTxCmd(cdc *codec.Codec) *cobra.Command
- func TransferFTTxCmd(cdc *codec.Codec) *cobra.Command
- func TransferNFTFromTxCmd(cdc *codec.Codec) *cobra.Command
- func TransferNFTTxCmd(cdc *codec.Codec) *cobra.Command
Constants ¶
View Source
const ( DefaultDecimals = 8 DefaultTotalSupply = 1 DefaultTokenType = "" DefaultTokenIndex = "" )
Variables ¶
This section is empty.
Functions ¶
func ApproveCollectionTxCmd ¶
nolint:dupl
func DisapproveCollectionTxCmd ¶
nolint:dupl
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.