Skip to main content

Function Signature

Description

Removes all local wallet data from the device keychain. This deletes the signing shares stored locally.
After calling this method, the wallet will need to be recovered from backup to use again. Make sure the wallet is backed up before deleting the keychain.
On iOS, this method is a no-op (does nothing) as iOS doesn’t support programmatic keychain deletion in the same way.

Parameters

This method takes no parameters.

Returns

void

Example

Use Cases

Clear Data on Logout

Reset Wallet

Errors