UNPKG

@ton3/liteclient

Version:
5 lines (4 loc) 270 B
import { StreamWriter } from '../../tl/stream'; import { BlockIdExt } from '../../dataTypes/tonNode'; import { AccountId } from '../../dataTypes/liteServer'; export declare const getAccountState: (bufferWriter: StreamWriter, id: BlockIdExt, account: AccountId) => void;