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.
11 lines
275 B
JSON
11 lines
275 B
JSON
{
|
|
"request" :"{block{estimateGas (data: {from :\"0x6295ee1b4f6dd65047762f924ecd367c17eabf8f\", to :\"0x8888f1f195afa192cfee860698584c030f4c9db1\"})}}",
|
|
"responses":[{
|
|
"data" : {
|
|
"block" : {
|
|
"estimateGas" : 21000
|
|
}
|
|
}
|
|
}],
|
|
"statusCode": 200
|
|
} |