| Field | Type | Description |
|---|---|---|
nftAllowances | repeated NFTRemoveAllowance | List of non-fungible token allowances to remove. |
NFTRemoveAllowance
Nft allowances to be removed on an owner account.| Field | Type | Description |
|---|---|---|
token_id | TokenID | The token that the allowance pertains to. |
owner | AccountID | The account ID of the token owner (ie. the grantor of the allowance). |
serial_numbers | repeated int64 | The list of serial numbers to remove allowances from. |