Skip to content

disconnect

Disconnects the user's wallet from the application.

Usage

example.ts
import { mintclub } from 'mint.club-v2-sdk'
 
await mintclub.wallet.disconnect(); 

Return Value

void