l2_inputBatchNumber
Return the number of submitted batch.
Parameters
Null
Returns
DATA
: QUANTITY, the number of submitted batch.
Example
Request
{
"jsonrpc": "2.0",
"method": "l2_inputBatchNumber",
"id": 0,
"params": []
}
Result
{
"jsonrpc": "2.0",
"id": 0,
"result": "0x2b"
}
Last updated