@ton3/liteclient
Version:
TON Blockchain LiteClient
5 lines (4 loc) • 305 B
TypeScript
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;