Show the crate…
4 releases
0.16.1 | Mar 11, 2021 |
---|---|
0.16.0 | Feb 25, 2021 |
0.16.0-beta | Mar 11, 2021 |
0.16.0-alpha | Mar 10, 2021 |
#15 in #vapory
633 downloads per month
Used in 143 crates
(7 directly)
23KB
295 lines
tetsy-trie-root
This crate provides utility functions to validate and initialize tries using flexible input.
It is used extensively in substrate
to validate blocks (mostly transactions and receipt roots).
lib.rs
:
Generates trie root.
This module should be used to generate trie root hash.