deleteKeychain

suspend fun deleteKeychain(): Result<Unit>

Deletes the keychain from the storage.

This function deletes all keychain shares and addresses.

Return

A Result object that contains Unit on success or a Throwable in case of an error.