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 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. |
transaction | Transaction | The transaction object. Refer to the Transaction chapter for details. |