chore: use alloy TransactionMeta (#13632)

This commit is contained in:
Matthias Seitz
2025-01-03 16:49:22 +01:00
committed by GitHub
parent 5b050feca4
commit afdffadafd
22 changed files with 40 additions and 64 deletions

View File

@ -6,6 +6,8 @@ pub mod signed;
pub mod error;
pub use alloy_consensus::transaction::{TransactionInfo, TransactionMeta};
use crate::{InMemorySize, MaybeCompact, MaybeSerde};
use core::{fmt, hash::Hash};