post https://api.shasta.trongrid.io/wallet/broadcasttransaction
Broadcasts a signed transaction to the network.
Returns
| Field | Type | Description |
|---|---|---|
| result | boolean | Whether the broadcast is successful. true means successful. If not, this field may be omitted. |
| txid | string | The transaction hash. |
| code | string | The error code returned on failure. |
| message | string | Detailed error message, if applicable. |