Available on crate feature
network
only.Expand description
Types for handling unknown network types.
Structs§
- AnyHeader
- Block header representation with certain fields made optional to account for possible differencies in network implementations.
- AnyNetwork
- Types for a catch-all network.
- AnyReceipt
Envelope - Receipt envelope, as defined in EIP-2718.
- AnyRpc
Block - A wrapper for
AnyRpcBlock
that allows for handling unknown block types. - AnyRpc
Transaction - A wrapper for
AnyRpcTransaction
that allows for handling unknown transaction types. - AnyTx
Type - Transaction type for a catch-all network.
- Unknown
TxEnvelope - A transaction envelope from an unknown network.
- Unknown
Typed Transaction - A typed transaction of an unknown Network
Enums§
- AnyTx
Envelope - Transaction envelope for a catch-all network.
- AnyTyped
Transaction - Unsigned transaction type for a catch-all network.
Type Aliases§
- AnyRpc
Header - A catch-all header type for handling headers on multiple networks.
- AnyTransaction
Receipt - Alias for a catch-all receipt type.