Function trie::delete [] [src]

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

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