moneybutton / bsv

Bitcoin SV javascript library
Other
205 stars 107 forks source link

bsv version 2 isFullySigned #238

Closed zpxp closed 2 years ago

zpxp commented 2 years ago

How to know if a TxBuilder is fully signed using the lastest version of this library? In the legacy version we had tx.isFullySigned(): bool Is there an equivalent in the latest version?

zpxp commented 2 years ago

Found TxVerifier which does what I need. bsv.TxVerifier.verify(txb.tx,txb.uTxOutMap)