Function near_sdk::env::storage_remove

source ·
pub fn storage_remove(key: &[u8]) -> bool
Expand description

Removes the value stored under the given key. If key-value existed returns true, otherwise false.