UNPKG

@roochnetwork/rooch-sdk-kit

Version:
6 lines (5 loc) 201 B
import { Wallet } from '../../wallet/index.js'; /** * Retrieves all wallets */ export declare function useWalletChanged(preferredWallets: string[], walletFilter?: (wallet: Wallet) => boolean): void;