mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
primitives: rm alloy Withdrawals reexport (#12421)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -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};
|
||||
|
||||
@ -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::*;
|
||||
|
||||
Reference in New Issue
Block a user