rust-bitcoin-unsafe-fast/src/util/psbt
sanket1729 94f8c4b530
Merge rust-bitcoin/rust-bitcoin#951: Add PSBT alias
f92854a805 Add PSBT alias (Tobin Harding)

Pull request description:

  Programmers are inherently lazy and for good reason. I'm yet to see
  anyone write `PartiallySignedTransaction` in code that uses
  `rust-bitcoin`, its too obvious to add a type alias for PSBTs, let's
  just do it ourselves to save everyone else having to do so.

  Add public type alias `Psbt` for `PartiallySignedTransaction`.

ACKs for top commit:
  apoelstra:
    ACK f92854a805
  sanket1729:
    ACK f92854a805

Tree-SHA512: 1f56ac236d34a89bbb557ada147f05d8a8ce961dad3ad921f10f26c597b91ecc8e15070f8825774745e5333ba5282962830a3cc0c53b93f147be93ab566b1b9e
2022-04-20 14:32:34 -07:00
..
map Add convenience method TapTree:to_builder 2022-04-20 10:31:28 +02:00
error.rs Fix code comments referring to sighash 2022-03-31 09:44:22 +11:00
macros.rs Separate merge logic out of Map trait 2022-02-23 09:03:16 +00:00
mod.rs Add PSBT alias 2022-04-18 07:21:19 +10:00
raw.rs Use conventional spacing for default type parameters 2022-03-18 10:40:51 +11:00
serialize.rs Merge rust-bitcoin/rust-bitcoin#950: Fix TapTree derserialization 2022-04-20 20:47:30 +00:00