[][src]Function trie::insert_empty

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

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