pub type AnyTransactionReceipt = WithOtherFields<TransactionReceipt<AnyReceiptEnvelope<Log>>>;Expand description
Alias for a catch-all receipt type.
Aliased Type§
struct AnyTransactionReceipt {
pub inner: TransactionReceipt<AnyReceiptEnvelope<Log>>,
pub other: OtherFields,
}Fields§
§inner: TransactionReceipt<AnyReceiptEnvelope<Log>>The inner struct.
other: OtherFieldsAll fields not present in the inner struct.