UNPKG

@iexec/iapp

Version:

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

15 lines (14 loc) 452 B
export declare function sconify({ iAppNameToSconify, template, walletAddress, dockerhubAccessToken, dockerhubUsername, tryCount, }: { iAppNameToSconify: string; template?: string; walletAddress: string; dockerhubAccessToken: string; dockerhubUsername: string; tryCount?: number; }): Promise<{ dockerImage: string; dockerImageDigest: string; sconeVersion: string; fingerprint: string; entrypoint: string; }>;