pub fn get_contract_storage<K, R>(key: &K) -> Result<Option<R>>where K: Encode, R: Storable,
Returns the value stored under the given storage key in the contract’s storage if any.
KeyNotFound