All chains
    Preparing search index...

    Type Alias eth_receipt_data

    eth_receipt_data: RuntimeDescriptor<
        [],
        {
            effective_gas_price: FixedSizeArray<4, bigint>;
            gas_used: FixedSizeArray<4, bigint>;
        }[],
    >

    The details needed to reconstruct the receipt information offchain.

    Note

    Each entry corresponds to the appropriate Ethereum transaction in the current block.