@@ -125,7 +125,7 @@ The currently defined global types are as follows:
125
125
| 2
126
126
| 0
127
127
| 2
128
- | [[bip-psb2 .mediawiki |psbt2 ]]
128
+ | [[bip-0370 .mediawiki |370 ]]
129
129
|-
130
130
| Fallback Locktime
131
131
| <tt>PSBT_GLOBAL_FALLBACK_LOCKTIME = 0x03 </tt>
@@ -136,7 +136,7 @@ The currently defined global types are as follows:
136
136
|
137
137
| 0
138
138
| 2
139
- | [[bip-psb2 .mediawiki |psbt2 ]]
139
+ | [[bip-0370 .mediawiki |370 ]]
140
140
|-
141
141
| Input Count
142
142
| <tt>PSBT_GLOBAL_INPUT_COUNT = 0x04 </tt>
@@ -147,7 +147,7 @@ The currently defined global types are as follows:
147
147
| 2
148
148
| 0
149
149
| 2
150
- | [[bip-psb2 .mediawiki |psbt2 ]]
150
+ | [[bip-0370 .mediawiki |370 ]]
151
151
|-
152
152
| Output Count
153
153
| <tt>PSBT_GLOBAL_OUTPUT_COUNT = 0x05 </tt>
@@ -158,7 +158,7 @@ The currently defined global types are as follows:
158
158
| 2
159
159
| 0
160
160
| 2
161
- | [[bip-psb2 .mediawiki |psbt2 ]]
161
+ | [[bip-0370 .mediawiki |370 ]]
162
162
|-
163
163
| Transaction Modifiable Flags
164
164
| <tt>PSBT_GLOBAL_TX_MODIFIABLE = 0x06 </tt>
@@ -169,7 +169,7 @@ The currently defined global types are as follows:
169
169
|
170
170
| 0
171
171
| 2
172
- | [[bip-psb2 .mediawiki |psbt2 ]]
172
+ | [[bip-0370 .mediawiki |370 ]]
173
173
|-
174
174
| SIGHASH_SINGLE Inputs
175
175
| <tt>PSBT_GLOBAL_SIGHASH_SINGLE_INPUTS = 0x07 </tt>
@@ -180,7 +180,7 @@ The currently defined global types are as follows:
180
180
|
181
181
| 0
182
182
| 2
183
- | [[bip-psb2 .mediawiki |psbt2 ]]
183
+ | [[bip-0370 .mediawiki |370 ]]
184
184
|-
185
185
| PSBT Version Number
186
186
| <tt>PSBT_GLOBAL_VERSION = 0xFB </tt>
@@ -382,7 +382,7 @@ The currently defined per-input types are defined as follows:
382
382
| 2
383
383
| 0
384
384
| 2
385
- | [[bip-psb2 .mediawiki |psbt2 ]]
385
+ | [[bip-0370 .mediawiki |370 ]]
386
386
|-
387
387
| Spent Output Index
388
388
| <tt>PSBT_IN_OUTPUT_INDEX = 0x0f </tt>
@@ -393,7 +393,7 @@ The currently defined per-input types are defined as follows:
393
393
| 2
394
394
| 0
395
395
| 2
396
- | [[bip-psb2 .mediawiki |psbt2 ]]
396
+ | [[bip-0370 .mediawiki |370 ]]
397
397
|-
398
398
| Sequence Number
399
399
| <tt>PSBT_IN_SEQUENCE = 0x10 </tt>
@@ -404,7 +404,7 @@ The currently defined per-input types are defined as follows:
404
404
|
405
405
| 0
406
406
| 2
407
- | [[bip-psb2 .mediawiki |psbt2 ]]
407
+ | [[bip-0370 .mediawiki |370 ]]
408
408
|-
409
409
| Required Time-based Locktime
410
410
| <tt>PSBT_IN_REQUIRED_TIME_LOCKTIME = 0x11 </tt>
@@ -415,7 +415,7 @@ The currently defined per-input types are defined as follows:
415
415
|
416
416
| 0
417
417
| 2
418
- | [[bip-psb2 .mediawiki |psbt2 ]]
418
+ | [[bip-0370 .mediawiki |370 ]]
419
419
|-
420
420
| Required Height-based Locktime
421
421
| <tt>PSBT_IN_REQUIRED_HEIGHT_LOCKTIME = 0x12 </tt>
@@ -426,7 +426,7 @@ The currently defined per-input types are defined as follows:
426
426
|
427
427
| 0
428
428
| 2
429
- | [[bip-psb2 .mediawiki |psbt2 ]]
429
+ | [[bip-0370 .mediawiki |370 ]]
430
430
|-
431
431
| Taproot Key Spend Signature
432
432
| <tt>PSBT_IN_TAP_KEY_SIG = 0x13 </tt>
@@ -564,7 +564,7 @@ determine which outputs are change outputs and verify that the change is returni
564
564
| 2
565
565
| 0
566
566
| 2
567
- | [[bip-psb2 .mediawiki |psbt2 ]]
567
+ | [[bip-0370 .mediawiki |370 ]]
568
568
|-
569
569
| Output Script
570
570
| <tt>PSBT_OUT_SCRIPT = 0x04 </tt>
@@ -575,7 +575,7 @@ determine which outputs are change outputs and verify that the change is returni
575
575
| 2
576
576
| 0
577
577
| 2
578
- | [[bip-psb2 .mediawiki |psbt2 ]]
578
+ | [[bip-0370 .mediawiki |370 ]]
579
579
|-
580
580
| Taproot Internal Key
581
581
| <tt>PSBT_OUT_TAP_INTERNAL_KEY = 0x05 </tt>
0 commit comments