UNPKG

@broxus/tvm-connect

Version:

Nekoton-compatible wallets connector.

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