nimbus-eth1/hive_integration/nodocker/graphql/testcases/11_eth_getBalance_latest.json
jangko 6966324f3b
add our own hive/graphql simulator into hive_integration
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.
2021-05-12 21:21:53 +07:00

15 lines
256 B
JSON

{
"request": "{block{account(address: \"0x6295ee1b4f6dd65047762f924ecd367c17eabf8f\") { balance } }}",
"responses":[{
"data": {
"block": {
"account": {
"balance": "0x140"
}
}
}
}],
"statusCode": 200
}