broadcast_transaction
Broadcast a signed TRON transaction by submitting the full transaction JSON. Get your transaction propagated and confirmed on the network.
Instructions
Broadcast a signed transaction to the TRON network. Accepts the full signed transaction JSON object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network name. Defaults to mainnet. | |
| transaction | Yes | The full signed transaction as a JSON string |