nimbus-eth1/hive_integration/nodocker/graphql/testcases/44_getBlock_byHexNumber.json

15 lines
315 B
JSON

{
"request": "{block (number : \"0x1e\") { gasUsed gasLimit hash }} ",
"responses":[{
"data" : {
"block" : {
"gasUsed" : "0x5c21",
"gasLimit" : "0x2fefd8",
"hash" : "0xc8df1f061abb4d0c107b2b1a794ade8780b3120e681f723fe55a7be586d95ba6"
}
}
}],
"statusCode": 200
}