pub async fn fetch_block_context<P: Provider<AnyNetwork>>(
provider: &P,
block: BlockId,
) -> StorageFetchResult<BlockContextSample>Expand description
Sample a block’s EVM context in one eth_call (see
BLOCK_CONTEXT_EXTRACTOR_CODE).
pub async fn fetch_block_context<P: Provider<AnyNetwork>>(
provider: &P,
block: BlockId,
) -> StorageFetchResult<BlockContextSample>Sample a block’s EVM context in one eth_call (see
BLOCK_CONTEXT_EXTRACTOR_CODE).