[][src]Function trie::delete

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

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