UNPKG

crypto-ducatus-wallet-core

Version:

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

10 lines 234 B
export declare class DUCTxProvider { lib: any; create({ recipients, utxos, change, fee }: { recipients: any; utxos: any; change: any; fee: any; }): any; } //# sourceMappingURL=index.d.ts.map