UNPKG

@broxus/tvm-connect

Version:

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

4 lines (3 loc) 365 B
import { type NekotonConnector, type NekotonConnectorCtorParams } from '../core'; import { type NekotonConnectorInitCtorParams, type TvmWalletProviderConfig } from '../types'; export declare function createProviderConfig(Ctor: new (...args: any[]) => NekotonConnector, params?: NekotonConnectorCtorParams & NekotonConnectorInitCtorParams): TvmWalletProviderConfig;