primitives: rm alloy Withdrawals reexport (#12421)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Thomas Coratger
2024-11-09 14:09:46 +01:00
committed by GitHub
parent ae257f5685
commit 59ebebaa63
32 changed files with 104 additions and 71 deletions

View File

@ -37,7 +37,7 @@ pub mod block;
pub use block::{body::BlockBody, Block, FullBlock};
mod withdrawal;
pub use withdrawal::{Withdrawal, Withdrawals};
pub use withdrawal::Withdrawal;
mod error;
pub use error::{GotExpected, GotExpectedBoxed};

View File

@ -4,9 +4,6 @@
#[doc(inline)]
pub use alloy_eips::eip4895::Withdrawal;
/// Represents a collection of Withdrawals.
pub type Withdrawals = alloy_eips::eip4895::Withdrawals;
#[cfg(test)]
mod tests {
use super::*;