pub fn local_storage_clear(kind: StorageKind, key: &[u8])
Expand description

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.