db_del

Function db_del 

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

Remove a key from the on-chain database given a DbHandle and key.

Returns Ok on success.

ยงPermissions

  • ContractSection::Deploy
  • ContractSection::Update