reth_rpc_eth_api::helpers::block

Type Alias BlockReceiptsResult

Source
pub type BlockReceiptsResult<N, E> = Result<Option<Vec<RpcReceipt<N>>>, E>;
Expand description

Result type of the fetched block receipts.

Aliased Type§

enum BlockReceiptsResult<N, E> {
    Ok(Option<Vec<<N as Network>::ReceiptResponse>>),
    Err(E),
}

Variants§

§1.0.0

Ok(Option<Vec<<N as Network>::ReceiptResponse>>)

Contains the success value

§1.0.0

Err(E)

Contains the error value

Layout§

Note: Encountered an error during type layout; the type failed to be normalized.