zkevm_isBlockVirtualized
zkEVM methods | Polygon zkEVM
zkevm_isBlockVirtualized | zkEVM
Polygon zkEVM API method that checks if a specific block has been virtualized. Reference for zkevm_isBlockVirtualized on zkEVM via Chainstack.
POST
zkevm_isBlockVirtualized
Polygon zkEVM API method that checks if a specific block has been virtualized. In the zkEVM, virtualization is the process of converting a block’s data into a zero-knowledge proof. This method allows you to verify if a block has been virtualized and is part of the blockchain.Documentation Index
Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
Use this file to discover all available pages before exploring further.
Get your 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— (string) the block number to check if it has been virtualized, encoded as a hexadecimal value.
Response
result— (boolean)trueif the specified block has been virtualized, andfalseotherwise.
zkevm_isBlockVirtualized code examples
Last modified on May 18, 2026