We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2455205 commit 9411bb8Copy full SHA for 9411bb8
dashtx.js
@@ -1757,7 +1757,8 @@ if ("object" === typeof module) {
1757
/**
1758
* @typedef TxInputHashable
1759
* @prop {String} [address] - BaseCheck58-encoded pubKeyHash
1760
- * @prop {String} txId - hex (not pre-reversed)
+ * @prop {String} [txId] - (deprecated) see .txid
1761
+ * @prop {String} txid - hex (not pre-reversed)
1762
* @prop {Uint32} outputIndex - index in previous tx's output (vout index)
1763
* @prop {Uint53} [satoshis] - (included for convenience as type hack)
1764
* @prop {String} [signature] - (included as type hack)
0 commit comments