Module alloy_eips::eip7685
source · Expand description
EIP-7685: General purpose execution layer requests
Contains traits for encoding and decoding EIP-7685 requests, as well as validation functions.
Enums§
- EIP-7685 decoding errors.
Traits§
- Decoding trait for EIP-7685 requests. The trait should be implemented for an envelope that wraps each possible request type.
- An EIP-7685 request envelope, blanket implemented for types that impl
Encodable7685
andDecodable7685
. This envelope is a wrapper around a request, differentiated by the request type. - Encoding trait for EIP-7685 requests. The trait should be implemented for an envelope that wraps each possible request type.