dashhive / DashWallet.js

A more civilized DASH Wallet SDK for a less civilized age (Browser, Node.js, & Bundler compatible)
MIT License
3 stars 2 forks source link

list coins with pay target #19

Closed coolaj86 closed 1 year ago

coolaj86 commented 1 year ago
coolaj86 commented 1 year ago

This was implemented (now called dashwallet send --dry-run):

Coin inputs (utxos):
                         0.29999550  XtJ6YME3v:9742d6:1  main
                       -------------
                         0.29999550  (total)

Paid to Recipient:       0.10000000  (@johndoe)
Network Fee:             0.00000225
Change:                  0.19999325

Coins can be selected with --coins (or just providing the coins without a payment amount).

The coin selection strategy will come... after denominated coins?