dashhive / DashTx.js

Create TX hex for payments and such
MIT License
3 stars 0 forks source link

Goal: v1.0 proper #4

Open coolaj86 opened 1 year ago

coolaj86 commented 1 year ago

Dependencies

How to handle "change"

coolaj86 commented 1 year ago

Bikeshed

CoreUtxo vs InsightUtxo vs BlockUtxo

/**
 * CoreUtxo (as in BitCore / DashCore)
 * @typedef {Object} CoreUtxo
 * @property {String} txId
 * @property {Number} outputIndex
 * @property {String} address
 * @property {String} script
 * @property {Number} satoshis
 */