nimbus-eth1/hive_integration/nodocker/graphql/testcases/10_eth_getBalance_invalidAccountLatest.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

12 lines
222 B
JSON

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