op_alloy::network

Module eip2718

Source
Available on crate feature network only.
Expand description

EIP-2718 traits.

Enums§

Eip2718Error
EIP-2718 decoding errors.

Traits§

Decodable2718
Decoding trait for EIP-2718 envelopes. These envelopes wrap a transaction or a receipt with a type flag.
Eip2718Envelope
An EIP-2718 envelope, blanket implemented for types that impl Encodable2718 and Decodable2718.
Encodable2718
Encoding trait for EIP-2718 envelopes.

Type Aliases§

Eip2718Result
Result type for [EIP-2718] decoding.