Disconnect
Disconnecting a web wallet on Arweave
The disconnect
function disconnects a wallet from an applications and rescinds any provided permissions from the application.
Basic Syntax
The function is called as follows:
import { ArConnect } from 'arweavekit/auth'
const response = await ArConnect.disconnect();
Last updated
Was this helpful?