Function triedb::delete[][src]

pub fn delete<D: Database>(
    root: H256,
    database: &D,
    key: &[u8]
) -> (H256, Change)

Delete a key from a markle trie. Return the new root hash and the changes.