Available on crate feature
network
only.Expand description
EIP-2718 traits.
Enums§
- Eip2718
Error - EIP-2718 decoding errors.
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.
Type Aliases§
- Eip2718
Result - Result type for [EIP-2718] decoding.