UNPKG

@ton3/liteclient

Version:
12 lines (9 loc) 283 B
import { StreamReader } from '../../tl/stream'; import { crc32 } from '../../utils'; export const queryPrefix = { tag: crc32('liteServer.queryPrefix = Object'), read: (dataReader: StreamReader): Uint8Array => { const data = dataReader.readBytes(); return data; }, };