Trait Eip2718Envelope
pub trait Eip2718Envelope: Decodable2718 + Encodable2718 { }
Expand description
An EIP-2718 envelope, blanket implemented for types that impl Encodable2718
and
Decodable2718
.
This envelope is a wrapper around a transaction, or a receipt, or any other type that is differentiated by an EIP-2718 transaction type.
Object Safety§
This trait is not object safe.