zkevm_isBlockVirtualized
Returns 'true' if the provided block number is already connected to a batch that was already virtualized, 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 virtualized
Example:
Last updated