Specification for UR type 'crypto-psbt' #11
craigraw
started this conversation in
General & Announcements
Replies: 2 comments 1 reply
-
Thanks Craig, I certainly agree with this approach and look forward to adding it into my projects. |
Beta Was this translation helpful? Give feedback.
1 reply
-
LGTM |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
As discussed just opened a PR for representing PSBTs in UR format: BlockchainCommons/Research#37
As the PR notes, I didn't feel there would be value in trying to copy data out of the PSBT into CBOR, and PSBTs are meant to be self-contained anyway. So I have used a simple CBOR byte string for maximal efficiency, given PSBT is a binary format. The value of the specification lies in knowing that you are dealing with a PSBT from the UR type.
Craig
Beta Was this translation helpful? Give feedback.
All reactions