We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e85a5 commit 432feebCopy full SHA for 432feeb
crates/context/interface/src/transaction/alloy_types.rs
@@ -6,6 +6,8 @@ pub use alloy_eip7702::{
6
Authorization, RecoveredAuthority, RecoveredAuthorization, SignedAuthorization,
7
};
8
9
+use std::vec::Vec;
10
+
11
impl AccessListTr for Vec<AccessListItem> {
12
fn access_list(&self) -> impl Iterator<Item = (Address, impl Iterator<Item = B256>)> {
13
self.iter()
0 commit comments