mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-02-11 19:47:21 +00:00
11 lines
171 B
JSON
11 lines
171 B
JSON
|
{
|
||
|
"request" :"{block{ estimateGas(data:{}) }}",
|
||
|
"responses":[{
|
||
|
"data" : {
|
||
|
"block" : {
|
||
|
"estimateGas" : 21000
|
||
|
}
|
||
|
}
|
||
|
}],
|
||
|
"statusCode": 200
|
||
|
}
|