UNPKG

@ton3/liteclient

Version:
5 lines (4 loc) 354 B
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;