insert_empty

Function insert_empty 

Source
pub fn insert_empty<D: DatabaseHandle>(
    key: &[u8],
    value: &[u8],
) -> (H256, Change)
Expand description

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