All chains
    Preparing search index...
    submit_delivery_receipt: TxDescriptor<
        {
            event: {
                event_log: {
                    address: SizedHex<20>;
                    data: Uint8Array;
                    topics: SizedHex<32>[];
                    tx_index: bigint;
                };
                proof: {
                    execution_proof: {
                        ancestry_proof?: {
                            finalized_block_root: SizedHex<32>;
                            header_branch: SizedHex<32>[];
                        };
                        execution_branch: SizedHex<32>[];
                        execution_header: Enum<
                            {
                                Capella: {
                                    base_fee_per_gas: FixedSizeArray<4, bigint>;
                                    block_hash: SizedHex<32>;
                                    block_number: bigint;
                                    extra_data: Uint8Array;
                                    fee_recipient: SizedHex<20>;
                                    gas_limit: bigint;
                                    gas_used: bigint;
                                    logs_bloom: Uint8Array;
                                    parent_hash: SizedHex<32>;
                                    prev_randao: SizedHex<32>;
                                    receipts_root: SizedHex<32>;
                                    state_root: SizedHex<32>;
                                    timestamp: bigint;
                                    transactions_root: SizedHex<32>;
                                    withdrawals_root: SizedHex<32>;
                                };
                                Deneb: {
                                    base_fee_per_gas: FixedSizeArray<4, bigint>;
                                    blob_gas_used: bigint;
                                    block_hash: SizedHex<32>;
                                    block_number: bigint;
                                    excess_blob_gas: bigint;
                                    extra_data: Uint8Array;
                                    fee_recipient: SizedHex<20>;
                                    gas_limit: bigint;
                                    gas_used: bigint;
                                    logs_bloom: Uint8Array;
                                    parent_hash: SizedHex<32>;
                                    prev_randao: SizedHex<32>;
                                    receipts_root: SizedHex<32>;
                                    state_root: SizedHex<32>;
                                    timestamp: bigint;
                                    transactions_root: SizedHex<32>;
                                    withdrawals_root: SizedHex<32>;
                                };
                            },
                        >;
                        header: {
                            body_root: SizedHex<32>;
                            parent_root: SizedHex<32>;
                            proposer_index: bigint;
                            slot: bigint;
                            state_root: SizedHex<32>;
                        };
                    };
                    receipt_proof: Uint8Array[];
                };
            };
        },
    >