UNPKG

@iexec/iapp

Version:

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

6 lines (5 loc) 169 B
import type { Spinner } from './spinner.js'; export declare function warnBeforeTxFees({ spinner, chain, }: { spinner: Spinner; chain: string; }): Promise<void>;