Build Permission Transaction
build_permission_transactionBuild an unsigned AccountPermissionUpdate transaction to grant the PowerSun platform permission for resource delegation and optional voting, preserving existing permissions.
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 |
|---|---|---|---|
| includeVote | No | Include VoteWitness permission for earning SR rewards (default: true) | |
| poolAddress | Yes | TRON address to grant permissions on (your pool address, T-address format) |