summaryrefslogtreecommitdiff
path: root/bip-0174.mediawiki
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2018-06-22 12:07:11 -0700
committerAndrew Chow <achow101-github@achow101.com>2018-07-05 15:27:41 -0700
commit81c20a635e0af6a56977e73ce94fd56b634cab74 (patch)
tree6a92867e57009b0eab05b84ee16469c2db0a0cec /bip-0174.mediawiki
parentf515da055266c259e4e77fcd42a71c68783ff95e (diff)
downloadbips-81c20a635e0af6a56977e73ce94fd56b634cab74.tar.xz
Add sections for encoding, file extension, and mime-type
Diffstat (limited to 'bip-0174.mediawiki')
-rw-r--r--bip-0174.mediawiki7
1 files changed, 7 insertions, 0 deletions
diff --git a/bip-0174.mediawiki b/bip-0174.mediawiki
index a580bd5..1a62017 100644
--- a/bip-0174.mediawiki
+++ b/bip-0174.mediawiki
@@ -329,6 +329,13 @@ The Transaction Extractor does not need to know how to interpret scripts in orde
A single entity is likely to be both a Transaction Extractor and an Input Finalizer.
+==Encoding==
+
+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].
+
+Binary PSBT files should use the <tt>.psbt</tt> file extension.
+A MIME type name will be added to this document once one has been registered.
+
==Extensibility==
The Partially Signed Transaction format can be extended in the future by adding