SecretNET.NFT Namespace

Mint Properties

The Mint type exposes the following members.

Properties


  Name Description
Public property Memo
Memo for the mint tx that is only viewable by addresses involved in the mint (minter, owner).
Public property Owner
Address of the owner of the minted token. Value If Omitted: env.message.sender
Public property Padding
An ignored string that can be used to maintain constant message length.
Public property PrivateMetadata
The metadata that is viewable only by the token owner and addresses the owner has whitelisted.
Public property PublicMetadata
The metadata that is publicly viewable.
Public property RoyaltyInfo
RoyaltyInfo for this token Value If Omitted: default RoyaltyInfo Setting royalties for a non-transferable token has no purpose, because it can never be transferred as part of a sale, so this implementation will not store any RoyaltyInfo for non-transferable tokens.
Public property SerialNumber
The SerialNumber for this token.
Public property TokenId
Identifier for the token to be minted. Value If Omitted: minting order number
Public property Transferable
True if the minted token should be transferable (default: true).