ethereum-trie 0.5.0

Lightweight Ethereum world state storage.
Documentation
1
2
3
4
5
6
use bigint::H256;

#[derive(Debug)]
pub enum Error {
    Require(H256),
}