Type Alias AnyTransactionReceipt
pub type AnyTransactionReceipt = WithOtherFields<TransactionReceipt<AnyReceiptEnvelope<Log>>>;
Available on crate feature
serde
only.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: OtherFields
All fields not present in the inner struct.
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 672 bytes