UNPKG

@ton3/liteclient

Version:
12 lines (11 loc) 304 B
import { StreamReader } from '../../tl/stream'; import { BlockIdExt } from '../tonNode'; export interface AllShardsInfo { id: BlockIdExt; proof: Uint8Array; data: Uint8Array; } export declare const allShardsInfo: { tag: number; read: (bufferReader: StreamReader) => AllShardsInfo; };