All chains
    Preparing search index...

    Type Alias EthBlockBuilderFirstValues

    EthBlockBuilderFirstValues: StorageDescriptor<
        [],
        FixedSizeArray<2, Binary> | undefined,
        false,
        never,
    >

    The first transaction and receipt of the ethereum block.

    These values are moved out of the EthBlockBuilderIR to avoid serializing and deserializing them on every transaction. Instead, they are loaded when needed.