UNPKG

@bcpros/crypto-wallet-core

Version:

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

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