SecretNET.NFT Namespace

MintNftClonesRequest_Payload Properties

The MintNftClonesRequest_Payload 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 MintRunId
Optional ID used to track mint run numbers over multiple calls.
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 Quantity
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 Transferable
True if the minted token should be transferable (default: true).