Broadcast Signed Permission Transaction
broadcast_signed_permission_txBroadcast signed permission transactions to update account permissions on the TRON blockchain and verify they 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 |
|---|---|---|---|
| signedTransaction | Yes | The signed transaction object from tronWeb.trx.sign() | |
| poolAddress | Yes | The pool address that the permission was granted on |