mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
feat: withdrawals (#1322)
Co-authored-by: rakita <rakita@users.noreply.github.com>
This commit is contained in:
@ -29,6 +29,7 @@ mod peer;
|
||||
mod receipt;
|
||||
mod storage;
|
||||
mod transaction;
|
||||
mod withdrawal;
|
||||
|
||||
/// Helper function for calculating Merkle proofs and hashes
|
||||
pub mod proofs;
|
||||
@ -61,6 +62,7 @@ pub use transaction::{
|
||||
Transaction, TransactionKind, TransactionSigned, TransactionSignedEcRecovered, TxEip1559,
|
||||
TxEip2930, TxLegacy, TxType,
|
||||
};
|
||||
pub use withdrawal::Withdrawal;
|
||||
|
||||
/// A block hash.
|
||||
pub type BlockHash = H256;
|
||||
|
||||
Reference in New Issue
Block a user