Crates.io | trie-root |
lib.rs | trie-root |
version | 0.18.0 |
source | src |
created_at | 2019-01-22 10:47:39.067935 |
updated_at | 2023-03-14 15:25:09.105266 |
description | In-memory patricia trie operations |
homepage | |
repository | https://github.com/paritytech/trie |
max_upload_size | |
id | 109977 |
size | 13,601 |
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).