darkfi_sdk::wasm::db

Function db_del

Source
pub fn db_del(db_handle: DbHandle, key: &[u8]) -> GenericResult<()>
Expand description

Only update() can call this. Removes a key from the db.

    db_del(tx_handle, key);