fetch_using_big_blocks
Documentation for eth_defi.hyperliquid.block.fetch_using_big_blocks function.
- fetch_using_big_blocks(web3, address)
Check if an address is currently using large blocks.
Calls the HyperEVM-specific
eth_usingBigBlocksJSON-RPC method.- Parameters
web3 (web3.main.Web3) – Web3 connected to a HyperEVM node.
address (Union[eth_typing.evm.HexAddress, str]) – Address to check.
- Returns
Trueif the address is flagged for large blocks.- Return type