nimbus-eth1/hive_integration/nodocker/graphql/testcases/31_eth_getTransaction_byHashNull.json
jangko 6966324f3b
add our own hive/graphql simulator into hive_integration
now we can run hive/graphql test without using hive or docker.
it's useful for debugging session. but lacking nice result report
like real hive.
2021-05-12 21:21:53 +07:00

13 lines
280 B
JSON

{
"request":
"{transaction (hash : \"0xffc6c7e602c56aa30c554bb691377f8703d778cec8845f4b88c0f72516b304f4\") { block{hash} gas gasPrice hash inputData nonce index value }} ",
"responses": [{
"data" : {
"transaction" : null
}
}],
"statusCode": 200
}