mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-10 12:26:02 +00:00
6966324f3b
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.
13 lines
280 B
JSON
13 lines
280 B
JSON
{
|
|
"request":
|
|
|
|
"{transaction (hash : \"0xffc6c7e602c56aa30c554bb691377f8703d778cec8845f4b88c0f72516b304f4\") { block{hash} gas gasPrice hash inputData nonce index value }} ",
|
|
|
|
|
|
"responses": [{
|
|
"data" : {
|
|
"transaction" : null
|
|
}
|
|
}],
|
|
"statusCode": 200
|
|
} |