UNPKG

@ton3/liteclient

Version:
6 lines (5 loc) 165 B
import { StreamWriter } from '../../tl/stream'; export declare const query: { tag: number; write: (bufferWriter: StreamWriter, data: Uint8Array) => void; };