mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-15 06:44:12 +00:00
14 lines
168 B
JSON
14 lines
168 B
JSON
{
|
|
"request":
|
|
"{ block { number } }",
|
|
|
|
"responses": [{
|
|
"data" : {
|
|
"block" : {
|
|
"number" : "0x21"
|
|
}
|
|
}
|
|
}],
|
|
"statusCode": 200
|
|
}
|