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: OtherFieldsAll fields not present in the inner struct.