You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bip-0174.mediawiki
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,14 +123,14 @@ The currently defined global types are as follows:
123
123
* Type: Extended Public Key <tt>PSBT_GLOBAL_XPUB = 0x01</tt>
124
124
** Key: The type followed by the 78 byte serialized extended public key as defined by BIP 32. Extended public keys are those that can be used to derive public keys used in the inputs and outputs of this transaction. It should be the public key at the highest hardened derivation index so that the unhardened child keys used in the transaction can be derived.
125
125
*** <tt>{0x01}|{xpub}</tt>
126
-
** Value: The master key fingerprint as defined by BIP 32 concatenated with the derivation path of the public key. The derivation path is represented as 32bit unsigned integer indexes concatenated with each other. The number of 32 bit unsigned integer indexes must match the depth provided in the extended public key.
** Value: The master key fingerprint as defined by BIP 32 concatenated with the derivation path of the public key. The derivation path is represented as 32-bit little endian unsigned integer indexes concatenated with each other. The number of 32 bit unsigned integer indexes must match the depth provided in the extended public key.
* Type: Version Number <tt>PSBT_GLOBAL_VERSION = 0xFB</tt>
130
130
** Key: None. The key must only contain the 1 byte type.
131
131
*** <tt>{0xFB}</tt>
132
132
** Value: The 32-bit little endian unsigned integer representing the version number of this PSBT. If ommitted, the version number is 0.
133
-
*** <tt>{32-bit int}</tt>
133
+
*** <tt>{32-bit uint}</tt>
134
134
135
135
* Type: Version Number <tt>PSBT_GLOBAL_PROPRIETARY = 0xFC</tt>
136
136
** Key: Variable length identifier prefix, followed by a subtype, followed by the key data itself.
@@ -180,7 +180,7 @@ The currently defined per-input types are defined as follows:
180
180
** Key: The public key
181
181
*** <tt>{0x06}|{public key}</tt>
182
182
** Value: The master key fingerprint as defined by BIP 32 concatenated with the derivation path of the public key. The derivation path is represented as 32 bit unsigned integer indexes concatenated with each other. Public keys are those that will be needed to sign this input.
** Value: The master key fingerprint concatenated with the derivation path of the public key. The derivation path is represented as 32bit unsigned integer indexes concatenated with each other. Public keys are those needed to spend this output.
** Value: The master key fingerprint concatenated with the derivation path of the public key. The derivation path is represented as 32-bit little endian unsigned integer indexes concatenated with each other. Public keys are those needed to spend this output.
0 commit comments