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

MintNftMinter

Model getters

Method name Return type Description Notes
getChain() string The blockchain to work with
Example: ETH
 
getContractAddress() string The blockchain address of the smart contract to build the NFT on
Example: 0x687422eEA2cB73B5d3e242bA5456b782919AFc85
 
getMinter() string The blockchain address of the Tatum NFT minter; this is the address that you added as an NFT minter to your NFT smart contract
Example: 0x49678AAB11E001eb3cB2cBD9aA96b36DC2461A94
 
getTo() string The blockchain address to send the NFT to
Example: 0x687422eEA2cB73B5d3e242bA5456b782919AFc85
 
getTokenId() string The ID of the NFT
Example: 123
 
getUrl() string The URL pointing to the NFT metadata; for more information, see EIP-721
Example: https://my_token_data.com