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

MintMultipleNftKMSCelo

Model getters

Method name Return type Description Notes
getChain() string The blockchain to work with
Example: CELO
 
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 CELO.
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
 
getIndex() float If signatureId is mnemonic-based, this is the index to the specific address from that mnemonic.
Example: null
[optional]
getSignatureId() string Identifier of the private key associated in signing application. Private key, or signature Id must be present.
Example: 26d3883e-4e17-48b3-a0ee-09a3e484ac83
 
getNonce() float The nonce to be set to the transaction; if not present, the last known nonce will be used
Example: null
[optional]
getFeeCurrency() string The currency in which the transaction fee will be paid
Example: null