UNPKG

@broxus/js-bridge-essentials

Version:

Bridge JavaScript Essentials library

4 lines (3 loc) 211 B
import { type ProtoSocketParams } from 'everscale-inpage-provider'; import { type Transport } from 'nekoton-wasm'; export declare function getTonProtobufTransport(params: ProtoSocketParams): Promise<Transport>;