1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-05-11 16:51:51 +00:00

BIP-0174+BIP-0322: describe PSBT based signing

This commit proposes a new PSBT input field type for transporting the
message to be signed to different signers in a multisig signing use
case.
This commit is contained in:
Oli
2026-04-14 15:29:48 +02:00
parent c2850a0010
commit 0dd436e7d4
2 changed files with 153 additions and 0 deletions

View File

@@ -43,6 +43,10 @@ This document collects the fields and types used in PSBTs of any version from al
| <tt>PSBT_GLOBAL_SP_DLEQ = 0x08</tt>
| [[bip-0375.mediawiki|375]]
|-
| Generic Signed Message
| <tt>PSBT_GLOBAL_GENERIC_SIGNED_MESSAGE = 0x09</tt>
| [[bip-0322.mediawiki|322]]
|-
| PSBT Version Number
| <tt>PSBT_GLOBAL_VERSION = 0xFB</tt>
| [[bip-0174.mediawiki|174]]