UNPKG

@ton3/liteclient

Version:
5 lines (4 loc) 284 B
import { StreamWriter } from '../../tl/stream'; import { BlockIdExt } from '../../dataTypes/tonNode'; import { AccountId } from '../../dataTypes/liteServer'; export declare const getOneTransaction: (bufferWriter: StreamWriter, id: BlockIdExt, account: AccountId, lt: bigint) => void;