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