UNPKG

@ton3/liteclient

Version:
10 lines (9 loc) 240 B
import { StreamWriter } from '../../tl/stream'; export interface BlockId { workchain: number; shard: bigint; seqno: number; } export declare const blockId: { write: (bufferWriter: StreamWriter, blockId: BlockId) => void; };