revoke_approval
Build unsigned transaction to revoke a TRC20 token approval (sets allowance to 0)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Token owner address (base58) — the account revoking the approval | |
| spender | Yes | Spender address to revoke | |
| fee_limit | No | Fee limit in TRX (default 15, max 15000) | |
| permission_id | No | Permission ID for multi-sig transactions | |
| contract_address | Yes | TRC20 token contract address |