UNPKG

@ton3/liteclient

Version:
9 lines (8 loc) 288 B
import { StreamWriter } from '../../tl/stream'; import { BlockId } from '../../dataTypes/tonNode'; export interface LookupBlockInput { id: BlockId; lt?: bigint; utime?: number; } export declare const lookupBlock: (bufferWriter: StreamWriter, input: LookupBlockInput) => void;