db_contains_key_local

Function db_contains_key_local 

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

Check if a key is contained in the tx-local key-value store given a DbHandle and key.

Returns a boolean value.

ยงPermissions

  • ContractSection::Deploy
  • ContractSection::Metadata
  • ContractSection::Exec