mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-09 20:06:52 +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.
28 lines
1.4 KiB
JSON
28 lines
1.4 KiB
JSON
{
|
|
"request": "{ transaction(hash: \"0x812742182a79a8e67733edc58cfa3767aa2d7ad06439d156ddbbb33e3403b4ed\") {block{hash logsBloom} hash createdContract{address} cumulativeGasUsed gas gasUsed logs{topics} from{address} to{address} index } }",
|
|
"responses": [{
|
|
"data": {
|
|
"transaction": {
|
|
"block": {
|
|
"hash": "0x10aaf14a53caf27552325374429d3558398a36d3682ede6603c2c6511896e9f9",
|
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
|
|
},
|
|
"createdContract": {
|
|
"address": "0x6295ee1b4f6dd65047762f924ecd367c17eabf8f"
|
|
},
|
|
"cumulativeGasUsed": 493172,
|
|
"from": {
|
|
"address": "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b"
|
|
},
|
|
"gas": 3141592,
|
|
"gasUsed": 493172,
|
|
"hash": "0x812742182a79a8e67733edc58cfa3767aa2d7ad06439d156ddbbb33e3403b4ed",
|
|
"index": 0,
|
|
"logs": [],
|
|
"to": null
|
|
}
|
|
}
|
|
}],
|
|
"statusCode": 200
|
|
}
|