UNPKG

@openocean.finance/wallet-management

Version:

Openocean Wallet Management solution.

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