NftTransferParams
fromstringrequired
The address of the owner or approved
tostringrequired
The address of the recipient
pricenumber
The price of the NFT being transferred
requireApprovalboolean
If true, the transfer requires approval from the admin contract
context object
The custom context for the transfer
customstring[]
The custom context for the transfer, 3 Fields
NftTransferParams
{
"from": "string",
"to": "string",
"price": 0,
"requireApproval": true,
"context": {
"custom": [
"string"
]
}
}