We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26792f9 commit c4e6764Copy full SHA for c4e6764
dashtx.js
@@ -1697,7 +1697,8 @@ if ("object" === typeof module) {
1697
/**
1698
* @typedef TxInputHashable
1699
* @prop {String} [address] - BaseCheck58-encoded pubKeyHash
1700
- * @prop {String} txId - hex (not pre-reversed)
+ * @prop {String} [txId] - (deprecated) see .txid
1701
+ * @prop {String} txid - hex (not pre-reversed)
1702
* @prop {Uint32} outputIndex - index in previous tx's output (vout index)
1703
* @prop {Uint53} [satoshis] - (included for convenience as type hack)
1704
* @prop {String} [signature] - (included as type hack)
0 commit comments