@chainlink/functions-toolkit
Version:
An NPM package with collection of functions that can be used for working with Chainlink Functions.
3 lines (2 loc) • 357 B
TypeScript
import type { SimulationInput, SimulationResult } from '../types';
export declare const simulateScript: ({ source, secrets, args, bytesArgs, maxOnChainResponseBytes, maxExecutionTimeMs, maxMemoryUsageMb, numAllowedQueries, maxQueryDurationMs, maxQueryUrlLength, maxQueryRequestBytes, maxQueryResponseBytes, }: SimulationInput) => Promise<SimulationResult>;