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::DeployContractSection::MetadataContractSection::Exec