mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-09 03:52:08 +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.
15 lines
256 B
JSON
15 lines
256 B
JSON
{
|
|
"request": "{block{account(address: \"0x6295ee1b4f6dd65047762f924ecd367c17eabf8f\") { balance } }}",
|
|
"responses":[{
|
|
"data": {
|
|
"block": {
|
|
"account": {
|
|
"balance": "0x140"
|
|
}
|
|
}
|
|
}
|
|
}],
|
|
"statusCode": 200
|
|
}
|
|
|