pub type AnyRpcTransaction = WithOtherFields<Transaction<AnyTxEnvelope>>;
Expand description
A catch-all transaction type for handling transactions on multiple networks.
Aliased Type§
struct AnyRpcTransaction {
pub inner: Transaction<AnyTxEnvelope>,
pub other: OtherFields,
}
Fields§
§inner: Transaction<AnyTxEnvelope>
The inner struct.
other: OtherFields
All fields not present in the inner struct.