Expand description
Raw PSBT key-value pairs.
Raw PSBT key-value pairs as defined at https://github.com/bitcoin/bips/blob/master/bip-0174.mediawiki.
Structs§
- A PSBT key in its raw byte form.
- A PSBT key-value pair in its raw byte form.
<keypair> := <key> <value>
- Proprietary keys (i.e. keys starting with 0xFC byte) with their internal structure according to BIP 174.
Type Aliases§
- Default implementation for proprietary key subtyping