Function darkfi_sdk::wasm::db::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);