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

MintMultipleNftMinter

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"]
 
getMinter() string Address of NFT minter, which will be used to mint the tokens. From this address, transaction fees will be deducted.
Example: 0x687422eEA2cB73B5d3e242bA5456b782919AFc85
 
getUrl() string[] The URL pointing to the NFT metadata; for more information, see EIP-721
Example: ["https://my_token_data.com"]
 
getContractAddress() string Address of NFT token
Example: 0x687422eEA2cB73B5d3e242bA5456b782919AFc85
 
getFeeCurrency() string (Celo only) The currency in which the transaction fee will be paid
Example: null
[optional]