Field | Type | Description |
---|---|---|
ret | Result[] | Transaction execution results |
txID | string | Transaction ID |
raw_data | object | Transaction content (refer to the Transaction chapter for details) |
signature | string[] | Transaction signature |
raw_data_hex | string | Transaction content in Hex String |
{
"value": "d7a08e7b28755d294bfb1a0dfd3e3540971269534651059dd8c3d3f53e540e8a"
}
curl --location --request POST '/walletsolidity/gettransactionbyid' \
--header 'Content-Type: application/json' \
--data-raw '{
"value": "d7a08e7b28755d294bfb1a0dfd3e3540971269534651059dd8c3d3f53e540e8a"
}'
{}