UNPKG

@iexec/iapp

Version:

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

8 lines (7 loc) 238 B
import { AbstractSigner } from 'ethers'; import { IExec } from 'iexec'; export declare function getIExecDebug({ signer, rpcHostUrl, smsDebugUrl, }: { signer: AbstractSigner; rpcHostUrl: string; smsDebugUrl: string; }): IExec;