zkevm_isBlockConsolidated
Returns 'true' if the provided block number is already connected to a batch that was already verified, otherwise false
Parameters:
String - hash of block
Boolean - if true
it returns the full transaction objects, if false
, only the hashes of the transactions; defaults to false
Returns
Boolean - result of consolidated
Example:
Last updated