MintMultipleNftFlowMnemonic
Model getters
Method name | Return type | Description | Notes |
---|---|---|---|
getChain() | string | The blockchain to work with Example: FLOW | |
getTo() | string[] | Blockchain address to send NFT token to. Example: ["0xc1b45bc27b9c61c3"] | |
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: 17a50dad-bcb1-4f3d-ae2c-ea2bfb04419f | |
getAccount() | string | Blockchain address of the sender account. Example: 0xc1b45bc27b9c61c3 | |
getMnemonic() | string | Mnemonic to generate private key of sender address. Example: urge pulp usage sister evidence arrest palm math please chief egg abuse | |
getIndex() | int | Derivation index of sender address. Example: 0 |