Broadcast Signed Permission Transaction
broadcast_signed_permission_txBroadcasts a signed AccountPermissionUpdate transaction to the TRON blockchain and verifies that platform permissions were correctly applied.
Instructions
Broadcast a signed AccountPermissionUpdate transaction to the TRON blockchain. After broadcasting, verifies that the platform permissions were correctly applied. Use this after signing the transaction from build_permission_transaction. Requires authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| poolAddress | Yes | The pool address that the permission was granted on | |
| signedTransaction | Yes | The signed transaction object from tronWeb.trx.sign() |