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§
Ok(Option<Vec<<N as Network>::ReceiptResponse>>)
Contains the success value
Err(E)
Contains the error value
Layout§
Note: Encountered an error during type layout; the type failed to be normalized.