description |
---|
Disconnecting a web wallet on Arweave |
The disconnect
function disconnects a wallet from an applications and rescinds any provided permissions from the application.
The function is called as follows:
import { ArConnect } from 'arweavekit/auth'
const response = await ArConnect.disconnect();