Type Alias TransactionReceipt

Source
pub type TransactionReceipt = AnyTransactionReceipt;

Aliased Type§

struct TransactionReceipt {
    pub inner: TransactionReceipt<AnyReceiptEnvelope<Log>>,
    pub other: OtherFields,
}

Fields§

§inner: TransactionReceipt<AnyReceiptEnvelope<Log>>

The inner struct.

§other: OtherFields

All fields not present in the inner struct.