lbcutil/psbt
2020-01-15 17:44:00 -08:00
..
bip32.go psbt: move bip32 structs into new file 2020-01-15 17:39:15 -08:00
creator.go psbt: remove Creator struct, create New function as entry point into package 2020-01-15 17:40:24 -08:00
extractor.go psbt: modify Extract method to return the transaction directly 2020-01-15 17:41:17 -08:00
finalizer.go psbt: create new utils file, refactor finalizer for consistent code style 2020-01-15 17:42:03 -08:00
partial_input.go psbt: move input into new file 2020-01-15 17:36:21 -08:00
partial_output.go psbt: move output into new file 2020-01-15 17:36:48 -08:00
partialsig.go psbt: create new utils file, refactor finalizer for consistent code style 2020-01-15 17:42:03 -08:00
psbt.go psbt: rename psbt.Psbt to psbt.Packet, rename existing constructors 2020-01-15 17:43:16 -08:00
psbt_test.go psbt: update tests to match new API changes 2020-01-15 17:44:00 -08:00
signer.go psbt: create new enum type for return values of Sign method 2020-01-15 17:43:29 -08:00
types.go psbt: move PSBT keys/type into new file 2020-01-15 17:35:45 -08:00
updater.go psbt: refactor updater.go for consistent code style 2020-01-15 17:43:44 -08:00
utils.go psbt: create new utils file, refactor finalizer for consistent code style 2020-01-15 17:42:03 -08:00