mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
9 lines
263 B
Rust
9 lines
263 B
Rust
//! Common root computation functions.
|
|
|
|
// Re-export for convenience.
|
|
#[doc(inline)]
|
|
pub use alloy_trie::root::{
|
|
state_root, state_root_ref_unhashed, state_root_unhashed, state_root_unsorted, storage_root,
|
|
storage_root_unhashed, storage_root_unsorted,
|
|
};
|