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

Raw PSBT Key-Value Pairs

Raw PSBT key-value pairs as defined at https://github.com/bitcoin/bips/blob/master/bip-0174.mediawiki.

Structs

Key

A PSBT key in its raw byte form.

Pair

A PSBT key-value pair in its raw byte form.

ProprietaryKey

Proprietary keys (i.e. keys starting with 0xFC byte) with their internal structure according to BIP 174.

Type Definitions

ProprietaryType

Default implementation for proprietary key subtyping