Function triedb::build [−][src]
pub fn build(map: &HashMap<Vec<u8>, Vec<u8>>) -> (H256, Change)
Build a merkle trie from a map. Return the root hash and the changes.
pub fn build(map: &HashMap<Vec<u8>, Vec<u8>>) -> (H256, Change)
Build a merkle trie from a map. Return the root hash and the changes.