Skip to content

Commit 321235b

Browse files
committed
chore: update type exports
1 parent 00cd0a5 commit 321235b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = require("./dashtx.js");
2727
* @typedef {import('./dashtx.js').TxSummary} TxSummary
2828
* @typedef {import('./dashtx.js').TxSummaryPartial} TxSummaryPartial
2929
* @typedef {import('./dashtx.js').TxInput} TxInput
30-
* @typedef {import('./dashtx.js').TxInputHashable} TxInputHashable
30+
* @typedef {import('./dashtx.js').TxInputForSig} TxInputForSig
3131
* @typedef {import('./dashtx.js').TxInputRaw} TxInputRaw
3232
* @typedef {import('./dashtx.js').TxInputUnspent} TxInputUnspent
3333
* @typedef {import('./dashtx.js').TxInputSortable} TxInputSortable

0 commit comments

Comments
 (0)