UNPKG

@roochnetwork/rooch-sdk-kit

Version:
6 lines (5 loc) 364 B
import { SupportChain } from '../feature/index.js'; import { Wallet, UniSatWallet, OkxWallet, OnekeyWallet } from '../wellet/index.js'; import { LocalWallet } from '../wellet/local.js'; export declare const supportedWallets: (UniSatWallet | OkxWallet | OnekeyWallet | LocalWallet)[]; export declare function checkWallets(filter?: SupportChain): Promise<Wallet[]>;