Skip to content

Commit 81c20a6

Browse files
committed
Add sections for encoding, file extension, and mime-type
1 parent f515da0 commit 81c20a6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

bip-0174.mediawiki

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,13 @@ The Transaction Extractor does not need to know how to interpret scripts in orde
329329

330330
A single entity is likely to be both a Transaction Extractor and an Input Finalizer.
331331

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+
332339
==Extensibility==
333340

334341
The Partially Signed Transaction format can be extended in the future by adding

0 commit comments

Comments
 (0)