UNPKG

@iexec/iapp

Version:

A CLI to guide you through the process of building an iExec iApp

14 lines (13 loc) 420 B
export declare function run({ iAppAddress, args, protectedData, inputFile: inputFiles, // rename variable (it's an array) requesterSecret: requesterSecrets, // rename variable (it's an array) chain, }: { iAppAddress: string; args?: string; protectedData?: string[]; inputFile?: string[]; requesterSecret?: { key: number; value: string; }[]; chain?: string; }): Promise<void>;