pub fn contract_storage_contains(key: &Key) -> Option<u32>
Expand description

Checks whether there is a value stored under the given key in the contract’s storage.

If a value is stored under the specified key, the size of the value is returned.