UNPKG

@iexec/iapp

Version:

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

9 lines (8 loc) 300 B
import { AbstractSigner } from 'ethers'; import type { Spinner } from './spinner.js'; export declare function askForWallet({ spinner, }: { spinner: Spinner; }): Promise<AbstractSigner>; export declare function askForImportWallet({ spinner, }: { spinner: Spinner; }): Promise<AbstractSigner>;