[][src]Function ontio_std::runtime::storage_delete

pub fn storage_delete(key: &[u8])

Delete key-value pairs according to the key

Example

let key = "key";
runtime::storage_delete(key.as_bytes());