Type Alias EthBlockBuilderIR
EthBlockBuilderIR: StorageDescriptor<
[],
{
base_fee_per_gas: FixedSizeArray<4, bigint>;
block_gas_limit: FixedSizeArray<4, bigint>;
gas_info: {
effective_gas_price: FixedSizeArray<4, bigint>;
gas_used: FixedSizeArray<4, bigint>;
}[];
gas_used: FixedSizeArray<4, bigint>;
logs_bloom: SizedHex<256>;
receipts_root_builder: {
builder_value: Uint8Array;
hash_masks: number[];
index: bigint;
key: Uint8Array;
rlp_buf: Uint8Array;
stack: Uint8Array[];
state_masks: number[];
stored_in_database: boolean;
tree_masks: number[];
value_type: number;
};
transaction_root_builder: {
builder_value: Uint8Array;
hash_masks: number[];
index: bigint;
key: Uint8Array;
rlp_buf: Uint8Array;
stack: Uint8Array[];
state_masks: number[];
stored_in_database: boolean;
tree_masks: number[];
value_type: number;
};
tx_hashes: SizedHex<32>[];
},
false,
never,
>
Incremental ethereum block builder.