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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -329,6 +329,13 @@ The Transaction Extractor does not need to know how to interpret scripts in orde
329
329
330
330
A single entity is likely to be both a Transaction Extractor and an Input Finalizer.
331
331
332
+
==Encoding==
333
+
334
+
A PSBT can be represented in two ways: in binary (as a file) or as a Base64 string using the encoding described in [https://tools.ietf.org/html/rfc4648#section-4 RFC4648].
335
+
336
+
Binary PSBT files should use the <tt>.psbt</tt> file extension.
337
+
A MIME type name will be added to this document once one has been registered.
338
+
332
339
==Extensibility==
333
340
334
341
The Partially Signed Transaction format can be extended in the future by adding
0 commit comments