We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4cb47c commit 5926497Copy full SHA for 5926497
dashtx.js
@@ -1739,7 +1739,8 @@ if ("object" === typeof module) {
1739
/**
1740
* @typedef TxInputHashable
1741
* @prop {String} [address] - BaseCheck58-encoded pubKeyHash
1742
- * @prop {String} txId - hex (not pre-reversed)
+ * @prop {String} [txId] - (deprecated) see .txid
1743
+ * @prop {String} txid - hex (not pre-reversed)
1744
* @prop {Uint32} outputIndex - index in previous tx's output (vout index)
1745
* @prop {Uint53} [satoshis] - (included for convenience as type hack)
1746
* @prop {String} [signature] - (included as type hack)
0 commit comments