UNPKG

@roochnetwork/rooch-sdk-kit

Version:
3 lines (2 loc) 166 B
import { Wallet } from './wallet.js'; export declare function getRegisteredWallets(preferredWallets: string[], walletFilter?: (wallet: Wallet) => boolean): Wallet[];