UNPKG

@broxus/tvm-connect

Version:

TypeScript SDK for connecting to Nekoton-compatible wallets using a unified interface.

3 lines (2 loc) 241 B
import { type RecentConnectionMeta, type TvmWalletProviderConfig } from '../types'; export declare function useOrderedConnections(providers: Readonly<TvmWalletProviderConfig[]>, recentMeta?: RecentConnectionMeta): TvmWalletProviderConfig[];