Returns runtime transactions with the given transaction hash.
Path parameters
The runtime which to query.
The transaction hash of the transaction(s) to return. This can be an Ethereum transaction hash; the query will compare against both a transaction's regular tx_hash and eth_tx_hash (if it exists). This endpoint can return multiple transactions in extremely rare cases, e.g. when a hash matches multiple Oasis runtime transactions or both an Oasis runtime transaction and the eth_tx_hash of an evm-transaction.
Response
The requested runtime transactions.
Example response
{
"total_count": 412,
"is_total_count_clipped": true,
"transactions": [
{
"round": 3379702,
"timestamp": "2022-10-15T00:05:34Z",
"hash": "8394f682150e5f62b02f197d16b4769d032cb1c1b7a6dcf853ba1b12626e080b",
"eth_hash": "9e6a5837c6366d4a7e477c71ffe32d40915cdef7ef209792259e5ee70caf2705",
"signers": [
{
"address": "oasis1qpg2xuz46g53737343r20yxeddhlvc2ldqsjh70p",
"nonce": 114194
}
],
"sender_0": "oasis1qpg2xuz46g53737343r20yxeddhlvc2ldqsjh70p",
"nonce_0": 114194,
"fee": "3000000000000000",
"gas_limit": 30000,
"oasis_encryption_envelope": {
"format": "encrypted/x25519-deoxysii"
},
"method": "evm.Call",
"body": {
"address": "t1mAPucIdVnrYBpJOcLV2nZoOFo=",
"data": "RBo+cAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=\"",
"value": ""
},
"is_likely_native_token_transfer": true,
"to": "oasis1qpg2xuz46g53737343r20yxeddhlvc2ldqsjh70p",
"amount": "100000001666393459",
"amount_symbol": "ROSE",
"encryption_envelope": {
"format": "encrypted/x25519-deoxysii"
},
"evm_fn_name": "acceptTaskResults"
}
]
}Changes
Changed in 2 of the 3 revisions of this API.118
- ○
added the optional property
allOf[subschema #2]/transactions/items/allOf[RuntimeTransaction]/oasis_encryption_envelopeto the response with the200statusresponse-optional-property-added
- ○
response property
allOf[subschema #2]/transactions/items/allOf[RuntimeTransaction]/nonce_0deprecatedresponse-property-deprecated
- ○
response property
allOf[subschema #2]/transactions/items/allOf[RuntimeTransaction]/sender_0deprecatedresponse-property-deprecated
- ○
response property
allOf[subschema #2]/transactions/items/allOf[RuntimeTransaction]/sender_0_ethdeprecatedresponse-property-deprecated
- ○
added the required property
allOf[subschema #2]/transactions/items/allOf[RuntimeTransaction]/signersto the response with the200statusresponse-required-property-added
- ○
- ▲
removed the required property
allOf[subschema #2]/transactions/items/allOf[RuntimeTransaction]/signersfrom the response with the200statusresponse-required-property-removed
- ●
removed the optional property
allOf[subschema #2]/transactions/items/allOf[RuntimeTransaction]/oasis_encryption_envelopefrom the response with the200statusresponse-optional-property-removed
- ○
response property
allOf[subschema #2]/transactions/items/allOf[RuntimeTransaction]/nonce_0reactivatedresponse-property-reactivated
- ○
response property
allOf[subschema #2]/transactions/items/allOf[RuntimeTransaction]/sender_0reactivatedresponse-property-reactivated
- ○
response property
allOf[subschema #2]/transactions/items/allOf[RuntimeTransaction]/sender_0_ethreactivatedresponse-property-reactivated
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲