Skip to content

disconnect

The disconnect method is used to disconnect a user from the Alchemy Signer and clear the local session.

Usage

example.ts
import { signer } from "./signer";
 
await signer.disconnect();