@iexec/iapp
Version:
A CLI to guide you through the process of building an iExec iApp
14 lines (13 loc) • 381 B
TypeScript
export declare function addRunData({ app, dealid, taskids, txHash, chainName, }: {
app: string;
dealid: string;
taskids: string[];
txHash: string;
chainName: string;
}): Promise<void>;
export declare function addDeploymentData({ image, app, owner, chainName, }: {
image: string;
app: string;
owner: string;
chainName: string;
}): Promise<void>;