We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
dashcore-lib
dashsight
crowdnode
dashwallet
pukkeyhash
pukKeyHash
sighashType
sigHashType
getPrivateKey()
satoshis
units
subscript
lockScript
sigScript
Dependencies
How to handle "change"
minimum acceptable denomination
(n+1)*satoshis*bytes
The text was updated successfully, but these errors were encountered:
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 */
Sorry, something went wrong.
No branches or pull requests
dashcore-lib
indashsight
examplescrowdnode
dashwallet
(
pukkeyhash
vspukKeyHash
,sighashType
vssigHashType
)getPrivateKey()
in txInput?satoshis
, notunits
subscript
vslockScript
andsigScript
?Dependencies
How to handle "change"
minimum acceptable denomination
or(n+1)*satoshis*bytes
, pay it as the feeThe text was updated successfully, but these errors were encountered: