UNPKG

@bcpros/crypto-wallet-core

Version:

A multi-currency support library for address derivation, private key creation, and transaction creation

12 lines 334 B
import { BTCTxProvider } from '../btc'; export declare class BCHTxProvider extends BTCTxProvider { lib: any; create({ recipients, utxos, change, fee, isSweep }: { recipients: any; utxos?: any[]; change: any; fee?: number; isSweep: any; }): any; } //# sourceMappingURL=index.d.ts.map