mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-02-07 01:35:38 +00:00
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.
12 lines
222 B
JSON
12 lines
222 B
JSON
{
|
|
"request": "{block{account(address: \"0xdeaff00ddeaff00ddeaff00ddeaff00ddeaff00d\") { balance } }}",
|
|
"responses": [{
|
|
"data": {
|
|
"account": {
|
|
"balance": "0x"
|
|
}
|
|
}
|
|
}],
|
|
"statusCode": 200
|
|
}
|