NftTransfer
A sender account, a receiver account, and the serial number of an NFT of a Token with NON_FUNGIBLE_UNIQUE
type.
Field | Type | Description |
---|---|---|
| The accountID of the sender | |
| The accountID of the receiver | |
| int64 | The serial number of the NFT |
| bool | If true then the transfer is expected to be an approved allowance and the senderAccountID is expected to be the owner. The default is false (omitted). |
Last updated