UNPKG

@ton3/liteclient

Version:
10 lines (9 loc) 245 B
import { StreamWriter } from '../../tl/stream'; export interface AccountId { workchain: number; id: Uint8Array; } export declare const accountId: { tag: number; write: (bufferWriter: StreamWriter, account: AccountId) => void; };