btcd/btcutil/psbt
Robyn 586729ca07
btcutil/psbt: add method Packet.GetTxFee
This commit adds a GetTxFee method to the psbt.Packet structure. The method returns the PSBT's fee.
2022-11-04 14:49:51 +00:00
..
bip32.go psbt: allow empty bip32 derivation path 2022-03-28 10:14:43 +02:00
creator.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
extractor.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
finalizer.go psbt: make Taproot PSBT finalizable 2022-05-02 16:25:17 +02:00
go.mod bump version to v0.23.0 2022-06-30 15:59:56 -07:00
go.sum psbt: add valid and invalid PSBTs for new types 2022-05-02 16:25:16 +02:00
partial_input.go psbt: add (de-)serialization for new types 2022-05-02 16:25:15 +02:00
partial_output.go psbt: add (de-)serialization for new types 2022-05-02 16:25:15 +02:00
partialsig.go psbt: fix typo, remove TODO 2022-05-02 16:25:09 +02:00
psbt.go btcutil/psbt: add method Packet.GetTxFee 2022-11-04 14:49:51 +00:00
psbt_test.go psbt: add valid and invalid PSBTs for new types 2022-05-02 16:25:16 +02:00
signer.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
sort.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
sort_test.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
taproot.go psbt: add new input/output types and structs 2022-05-02 16:25:13 +02:00
types.go psbt: add new input/output types and structs 2022-05-02 16:25:13 +02:00
updater.go psbt: rename receiver to match rest of code 2022-05-02 16:25:11 +02:00
utils.go psbt: make Taproot PSBT finalizable 2022-05-02 16:25:17 +02:00
utils_test.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00