Trait alloy_eips::eip7685::Eip7685RequestEnvelope
source · pub trait Eip7685RequestEnvelope: Decodable7685 + Encodable7685 { }
Expand description
An EIP-7685 request envelope, blanket implemented for types that impl
Encodable7685
and Decodable7685
. This envelope is a wrapper around
a request, differentiated by the request type.
Object Safety§
This trait is not object safe.