mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-24 03:00:25 +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.
14 lines
249 B
JSON
14 lines
249 B
JSON
{
|
|
"request" : "{block{ account(address: \"0x8888f1f195afa192cfee860698584c030f4c9db1\") { code } }}",
|
|
|
|
"responses": [{
|
|
"data": {
|
|
"block": {
|
|
"account": {
|
|
"code": "0x"
|
|
}
|
|
}
|
|
}
|
|
}],
|
|
"statusCode": 200
|
|
} |