CryptoDeleteAllowance
Deletes one or more non-fungible approved allowances from an owner's account. This operation will remove the allowances granted to one or more specific non-fungible token serial numbers. Each owner account listed as wiping an allowance must sign the transaction. Hbar and fungible token allowances can be removed by setting the amount to zero in CryptoApproveAllowance.
Field | Type | Description |
---|---|---|
| repeated NFTRemoveAllowance | List of non-fungible token allowances to remove. |
NFTRemoveAllowance
Nft allowances to be removed on an owner account.
Field | Type | Description |
---|---|---|
| TokenID | The token that the allowance pertains to. |
| AccountID | The account ID of the token owner (ie. the grantor of the allowance). |
| repeated int64 | The list of serial numbers to remove allowances from. |
Last updated