UNPKG

@broxus/tvm-connect

Version:

Nekoton-compatible wallets connector.

6 lines (5 loc) 148 B
import { ConnectionType } from '../types'; export declare class ExternalApp { readonly type = ConnectionType.EXTERNAL_APP; constructor(); }