post
https://api.shasta.trongrid.io/wallet/broadcasthex
Broadcasts a signed, protocol buffer-encoded transaction hex string to the network.
Returns
| Field | Type | Description |
|---|---|---|
result | boolean | Whether the broadcast was successful. true - successful; false - failed. (Field omitted in result). |
txid | string | The transaction hash. |
code | string | Error code indicating the result. |
message | string | Detailed error information. |
transaction | Transaction | The transaction object. Refer to the Transaction chapter for details. |