alloy-eips 1.7.3

Ethereum Improvement Proprosal (EIP) implementations
Documentation
1
2
3
4
5
6
7
8
//! [EIP-7928] Block-Level Access Lists types.
//!
//! This module re-exports types from the [`alloy-eip7928`] crate.
//!
//! [EIP-7928]: https://eips.ethereum.org/EIPS/eip-7928
//! [`alloy-eip7928`]: https://crates.io/crates/alloy-eip7928

pub use alloy_eip7928::*;