Function triedb::insert_empty[][src]

pub fn insert_empty<D: Database>(key: &[u8], value: &[u8]) -> (H256, Change)

Insert to an empty merkle trie. Return the new root hash and the changes.