We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00cd0a5 commit 321235bCopy full SHA for 321235b
index.js
@@ -27,7 +27,7 @@ module.exports = require("./dashtx.js");
27
* @typedef {import('./dashtx.js').TxSummary} TxSummary
28
* @typedef {import('./dashtx.js').TxSummaryPartial} TxSummaryPartial
29
* @typedef {import('./dashtx.js').TxInput} TxInput
30
- * @typedef {import('./dashtx.js').TxInputHashable} TxInputHashable
+ * @typedef {import('./dashtx.js').TxInputForSig} TxInputForSig
31
* @typedef {import('./dashtx.js').TxInputRaw} TxInputRaw
32
* @typedef {import('./dashtx.js').TxInputUnspent} TxInputUnspent
33
* @typedef {import('./dashtx.js').TxInputSortable} TxInputSortable
0 commit comments