Skip to content

change

Requests the user to connect to a different wallet account.

Usage

example.ts
import { mintclub } from 'mint.club-v2-sdk'
 
await mintclub.wallet.change(); 
 
const connectedAddress = await mintclub.wallet.account();

Return Value

Promise<void>