UNPKG

@ton3/liteclient

Version:
12 lines (11 loc) 305 B
import { StreamReader } from '../../tl/stream'; export interface TransactionId { account: Uint8Array | null; lt: bigint | null; hash: Uint8Array | null; } export declare const transactionId: { tag: number; read: (bufferReader: StreamReader) => TransactionId; write: () => void; };