UNPKG

multichain-controller

Version:

A Multichain crypto wallet library that supports Ethereum, Bitcoin, Solana, Waves and other EVM compatible blockchains E.g. Binance Smart Chain, Polygon, Avalanche etc.

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