UNPKG

ton3-liteclient

Version:
11 lines (10 loc) 292 B
import { StreamReader } from '../../tl/stream'; import { BlockIdExt } from '../tonNode'; export interface TransactionList { ids: BlockIdExt[]; transactions: Uint8Array; } export declare const transactionList: { tag: number; read: (reader: StreamReader) => TransactionList; };