mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-15 06:44:12 +00:00
15 lines
315 B
JSON
15 lines
315 B
JSON
{
|
|
"request": "{block (number : \"0x1e\") { gasUsed gasLimit hash }} ",
|
|
|
|
"responses":[{
|
|
"data" : {
|
|
"block" : {
|
|
"gasUsed" : "0x5c21",
|
|
"gasLimit" : "0x2fefd8",
|
|
"hash" : "0xc8df1f061abb4d0c107b2b1a794ade8780b3120e681f723fe55a7be586d95ba6"
|
|
}
|
|
}
|
|
}],
|
|
"statusCode": 200
|
|
}
|