@ton3/liteclient
Version:
TON Blockchain LiteClient
5 lines (4 loc) • 354 B
TypeScript
import { StreamWriter } from '../../tl/stream';
import { BlockIdExt } from '../../dataTypes/tonNode';
import { TransactionId3 } from '../../dataTypes/liteServer';
export declare const listBlockTransactions: (bufferWriter: StreamWriter, blockId: BlockIdExt, count: number, after: TransactionId3 | null, reverseOrder: boolean, wantProof: boolean) => void;