Disconnect
Wander Injected API disconnect() function
Example usage
// connect to the extension
await window.arweaveWallet.connect(["ACCESS_ADDRESS", "SIGN_TRANSACTION"]);
// disconnect from the extension
await window.arweaveWallet.disconnect();Last updated
Was this helpful?