The
zkevm_isBlockConsolidated
method allows users to check whether a specific block is part of a consolidated batch or not.
Get you own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
blockNumber
— the block number to check if it is connected to a verified batch, encoded as hexadecimal.
Response
result
— a boolean value indicating whether the block is connected to a verified batch or not.
zkevm_isBlockConsolidated
code examples
Body
application/json