Build Permission Transaction
build_permission_transactionCreate a transaction to grant PowerSun platform permission to manage your TRON energy/bandwidth resources and optionally vote for SR rewards.
Instructions
Build an AccountPermissionUpdate transaction that grants the PowerSun platform permission to delegate/undelegate resources and optionally vote on your behalf. Returns an unsigned transaction that you must sign with your private key and then broadcast using broadcast_signed_permission_tx. All existing account permissions are preserved. Requires authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| poolAddress | Yes | TRON address to grant permissions on (your pool address, T-address format) | |
| includeVote | No | Include VoteWitness permission for earning SR rewards (default: true) |