This document collects the fields and types used in PSBTs of any version from all BIPs that define PSBT fields to help coordinate and prevent key collisions.
==Global Types==
{|
! Name
!
! Parent BIP
|-
| Unsigned Transaction
| PSBT_GLOBAL_UNSIGNED_TX = 0x00
| [[bip-0174.mediawiki|174]]
|-
| Extended Public Key
| PSBT_GLOBAL_XPUB = 0x01
| [[bip-0174.mediawiki|174]]
|-
| Transaction Version
| PSBT_GLOBAL_TX_VERSION = 0x02
| [[bip-0370.mediawiki|370]]
|-
| Fallback Locktime
| PSBT_GLOBAL_FALLBACK_LOCKTIME = 0x03
| [[bip-0370.mediawiki|370]]
|-
| Input Count
| PSBT_GLOBAL_INPUT_COUNT = 0x04
| [[bip-0370.mediawiki|370]]
|-
| Output Count
| PSBT_GLOBAL_OUTPUT_COUNT = 0x05
| [[bip-0370.mediawiki|370]]
|-
| Transaction Modifiable Flags
| PSBT_GLOBAL_TX_MODIFIABLE = 0x06
| [[bip-0370.mediawiki|370]]
|-
| Silent Payment Global ECDH Share
| PSBT_GLOBAL_SP_ECDH_SHARE = 0x07
| [[bip-0375.mediawiki|375]]
|-
| Silent Payment Global DLEQ Proof
| PSBT_GLOBAL_SP_DLEQ = 0x08
| [[bip-0375.mediawiki|375]]
|-
| PSBT Version Number
| PSBT_GLOBAL_VERSION = 0xFB
| [[bip-0174.mediawiki|174]]
|-
| Proprietary Use Type
| PSBT_GLOBAL_PROPRIETARY = 0xFC
| [[bip-0174.mediawiki|174]]
|}