PSBT_GLOBAL_GENERIC_SIGNED_MESSAGE

This commit is contained in:
scgbckbone 2026-05-19 15:16:27 +02:00 committed by doc-hex
parent 5460f276bf
commit 3d1dfa858b

View File

@ -112,6 +112,8 @@ PSBT_GLOBAL_FALLBACK_LOCKTIME = const(0x03)
PSBT_GLOBAL_INPUT_COUNT = const(0x04)
PSBT_GLOBAL_OUTPUT_COUNT = const(0x05)
PSBT_GLOBAL_TX_MODIFIABLE = const(0x06)
# BIP-322
PSBT_GLOBAL_GENERIC_SIGNED_MESSAGE = const(0x09)
# INPUTS ===
PSBT_IN_NON_WITNESS_UTXO = const(0x00)