Mint Properties
The Mint type exposes the following members.
Properties
Name | Description | |
---|---|---|
Memo |
Memo for the mint tx that is only viewable by addresses involved in the mint (minter, owner).
|
|
Owner |
Address of the owner of the minted token.
Value If Omitted: env.message.sender
|
|
Padding |
An ignored string that can be used to maintain constant message length.
|
|
PrivateMetadata |
The metadata that is viewable only by the token owner and addresses the owner has whitelisted.
|
|
PublicMetadata |
The metadata that is publicly viewable.
|
|
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.
|
|
SerialNumber |
The SerialNumber for this token.
|
|
TokenId |
Identifier for the token to be minted.
Value If Omitted: minting order number
|
|
Transferable |
True if the minted token should be transferable (default: true).
|