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 LTCTxProvider 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