UNPKG

@broxus/tvm-connect

Version:

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

3 lines (2 loc) 236 B
import { type TvmWalletAvailablePlatforms, type TvmWalletPlatformLinks } from '../types'; export declare function getTvmProviderPlatformLink(links: TvmWalletPlatformLinks): [TvmWalletAvailablePlatforms, string | undefined] | undefined;