mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
feat(BlockchainTree): ShareableBlockchainTree and pending state (#2007)
This commit is contained in:
@ -39,7 +39,7 @@ pub mod proofs;
|
||||
pub use account::{Account, Bytecode};
|
||||
pub use bits::H512;
|
||||
pub use block::{
|
||||
Block, BlockBody, BlockHashOrNumber, BlockId, BlockNumberOrTag, SealedBlock,
|
||||
Block, BlockBody, BlockHashOrNumber, BlockId, BlockNumHash, BlockNumberOrTag, SealedBlock,
|
||||
SealedBlockWithSenders,
|
||||
};
|
||||
pub use bloom::Bloom;
|
||||
|
||||
Reference in New Issue
Block a user