Available on crate feature
network
only.Expand description
EIP-2718 traits.
Enums§
- Eip2718
Error - EIP-2718 decoding errors.
Constants§
- EIP1559_
TX_ TYPE_ ID - Identifier for an EIP1559 transaction.
- EIP2930_
TX_ TYPE_ ID - Identifier for an EIP2930 transaction.
- EIP4844_
TX_ TYPE_ ID - Identifier for an EIP4844 transaction.
- EIP7702_
TX_ TYPE_ ID - Identifier for an EIP7702 transaction.
- LEGACY_
TX_ TYPE_ ID - Identifier for legacy transaction, however a legacy tx is technically not typed.
Traits§
- Decodable2718
- Decoding trait for EIP-2718 envelopes. These envelopes wrap a transaction or a receipt with a type flag.
- Eip2718
Envelope - An EIP-2718 envelope, blanket implemented for types that impl
Encodable2718
andDecodable2718
. - Encodable2718
- Encoding trait for EIP-2718 envelopes.
- Typed2718
- A trait that helps to determine the type of the transaction.
Type Aliases§
- Eip2718
Result - Result type for [EIP-2718] decoding.