Module eip2718

Source
Available on crate feature network only.
Expand description

EIP-2718 traits.

Enums§

Eip2718Error
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.
Eip2718Envelope
An EIP-2718 envelope, blanket implemented for types that impl Encodable2718 and Decodable2718.
Encodable2718
Encoding trait for EIP-2718 envelopes.
Typed2718
A trait that helps to determine the type of the transaction.

Type Aliases§

Eip2718Result
Result type for [EIP-2718] decoding.