btcd/btcutil/psbt
ziggie b554add716
psbt: add verification method for psbt input data
the new InputsReadyToSign method makes sure that inputs have either
the nonWitnessUtxo or the witnessUtxo data set.
2023-03-21 09:09:42 +01:00
..
bip32.go psbt: fix formatting and typos 2023-01-27 15:30:42 +01:00
creator.go
extractor.go psbt: fix formatting and typos 2023-01-27 15:30:42 +01:00
finalizer.go psbt: fix formatting and typos 2023-01-27 15:30:42 +01:00
go.mod
go.sum
partial_input.go psbt: fix formatting and typos 2023-01-27 15:30:42 +01:00
partial_output.go psbt: allow Unknowns in outputs 2023-01-27 15:30:43 +01:00
partialsig.go
psbt.go psbt: use pointer slice for global unknowns 2023-01-27 15:30:45 +01:00
psbt_test.go psbt: add unit test for unknowns 2023-01-27 15:30:46 +01:00
signer.go psbt: fix formatting and typos 2023-01-27 15:30:42 +01:00
sort.go
sort_test.go
taproot.go
types.go
updater.go
utils.go psbt: add verification method for psbt input data 2023-03-21 09:09:42 +01:00
utils_test.go