UNPKG

@ton3/liteclient

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