UNPKG

@iexec/iapp

Version:

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

14 lines (13 loc) 441 B
export declare function addRunData({ iAppAddress, dealid, taskid, txHash, chainName, }: { iAppAddress: string; dealid: string; taskid: string; txHash: string; chainName: string; }): Promise<void>; export declare function addDeploymentData({ sconifiedImage, appContractAddress, owner, chainName, }: { sconifiedImage: string; appContractAddress: string; owner: string; chainName: string; }): Promise<void>;