UNPKG

crypto-ducatus-wallet-core

Version:

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

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