db_del_local

Function db_del_local 

Source
pub(crate) fn db_del_local(
    ctx: FunctionEnvMut<'_, Env>,
    ptr: WasmPtr<u8>,
    ptr_len: u32,
) -> i64
Expand description

Remove a key from the tx-local database.

Returns SUCCESS on success, otherwise returns an error value.

ยงPermissions

  • ContractSection::Deploy
  • ContractSection::Update