UNPKG

@iexec/iapp

Version:

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

7 lines (6 loc) 196 B
import { AbstractSigner } from 'ethers'; import { IExec } from 'iexec'; export declare function getIExec({ signer, rpcHostUrl, }: { signer?: AbstractSigner; rpcHostUrl: string; }): IExec;