UNPKG

@broxus/tvm-connect

Version:

Nekoton-compatible wallets connector.

9 lines (8 loc) 207 B
import { makeObservable } from 'mobx'; import { ConnectionType } from '../types'; export class ExternalApp { type = ConnectionType.EXTERNAL_APP; constructor() { makeObservable(this); } }