UNPKG

send-crypto

Version:

A minimal JavaScript library / wallet for sending crypto assets

5 lines (4 loc) 234 B
import { UTXO } from "../../lib/utxo"; export declare const ElectrumX: { fetchUTXOs: (network: string, testnet: boolean) => (address: string, confirmations: number, scriptHash?: string | undefined) => Promise<readonly UTXO[]>; };