Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 367 Bytes

disconnect.md

File metadata and controls

17 lines (11 loc) · 367 Bytes
description
Disconnecting a web wallet on Arweave

Disconnect

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();