[−][src]Function sp_io::offchain::local_storage_clear
pub fn local_storage_clear(kind: StorageKind, key: &[u8])
Remove a value from the local storage.
Note this storage is not part of the consensus, it's only accessible by offchain worker tasks running on the same machine. It IS persisted between runs.