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:
@@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user