UNPKG

@lifi/wallet-management

Version:

LI.FI Wallet Management solution.

3 lines (2 loc) 134 B
import type { Account } from './useAccount.js'; export declare const useAccountDisconnect: () => (account: Account) => Promise<void>;