Skip to main content Link Menu Expand (external link) Document Search Copy Copied

MintMultipleNft

Model getters

Method name Return type Description Notes
getChain() string The blockchain to work with
Example: ETH
 
getTo() string[] Blockchain address to send NFT token to.
Example: ["0x687422eEA2cB73B5d3e242bA5456b782919AFc85"]
 
getTokenId() string[] ID of token to be created.
Example: ["123"]
 
getUrl() string[] The URL pointing to the NFT metadata; for more information, see EIP-721
Example: ["https://my_token_data.com"]
 
getAuthorAddresses() string[][] List of addresses for every token, where royalty cashback for every transfer of this NFT will be send. Royalties are paid in native blockchain currency, ETH or BSC.
Example: null
[optional]
getCashbackValues() string[][] List of values for every token, which will be paid as a royalty for author of the NFT token with every token transfer. This is exact value in native blockchain currency.
Example: null
[optional]
getContractAddress() string Address of NFT token
Example: 0x687422eEA2cB73B5d3e242bA5456b782919AFc85
 
getFromPrivateKey() string Private key of sender address. Private key, or signature Id must be present.
Example: 0x05e150c73f1920ec14caa1e0b6aa09940899678051a78542840c2668ce5080c2
 
getNonce() float The nonce to be set to the transaction; if not present, the last known nonce will be used
Example: null
[optional]
getFee() \Tatum\Model\CustomFee
Example: null
[optional]