Module bitcoin::util::psbt[][src]

Expand description

Partially Signed Transactions

Implementation of BIP174 Partially Signed Bitcoin Transaction Format as defined at https://github.com/bitcoin/bips/blob/master/bip-0174.mediawiki except we define PSBTs containing non-standard SigHash types as invalid.

Modules

Raw PSBT Key-Value Pairs

PSBT Serialization

Structs

A key-value map for global data.

A key-value map for an input of the corresponding index in the unsigned transaction.

A key-value map for an output of the corresponding index in the unsigned transaction.

A Partially Signed Transaction.

Enums

Ways that a Partially Signed Transaction might fail.

Traits

A trait that describes a PSBT key-value map.