UNPKG

@golem-sdk/golem-js

Version:

NodeJS and WebBrowser SDK for building apps running on Golem Network

10 lines (9 loc) 284 B
import { ExecutionOptions } from "./exe-script-executor"; /** * @internal */ export declare class ExecutionConfig { readonly activityExeBatchResultPollIntervalSeconds: number; readonly activityExeBatchResultMaxRetries: number; constructor(options?: ExecutionOptions); }