post https://api.shasta.trongrid.io/wallet/broadcasthex
Broadcast the protobuf encoded transaction hex string after sign
Returns
| Field | Type | Description |
|---|---|---|
| result | boolean | Whether the broadcast was successful. true - successful; false - failed, and this field will not be displayed in the returned result |
| txid | string | Transaction id |
| code | string | Error code |
| message | string | Detailed error information |
| transaction | Transaction | Transaction object, please refer to the Transaction chapter for the content contained in it |