You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the DeleteTokenNftAllowanceAllSerials method in the AccountAllowanceApproveTransaction class. This method is intended to revoke a spender's allowance for all serials of a specific non-fungible token (NFT).
Description
The DeleteTokenNftAllowanceAllSerials method will:
Accept the following parameters:
tokenID: The ID of the NFT token.
ownerAccountID: The account ID of the owner.
spenderAccount: The account ID of the spender whose allowances are being revoked.
Return the updated AccountAllowanceApproveTransaction instance.
The text was updated successfully, but these errors were encountered:
Summary
Implement the
DeleteTokenNftAllowanceAllSerials
method in the AccountAllowanceApproveTransaction class. This method is intended to revoke a spender's allowance for all serials of a specific non-fungible token (NFT).Description
The
DeleteTokenNftAllowanceAllSerials
method will:The text was updated successfully, but these errors were encountered: