-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decode Omni Transactions #94
Comments
I started work on this, it's really rough at this point, but I thought I'd check it in just in case anybody wants to help: 6915d23 |
+1 This would be really nice to have. What is the best place to reference what the complete data model of an OmniTransaction should be and also the byte by byte protocol? |
@jamespedwards42 The Transaction Field Definitions section of the Spec is probably the best place to look. |
Can omniij-core parse Transactions now? The code seems not very complete. |
java.lang.RuntimeException: Not an Omni Transaction when parse omni transaction .
|
The
foundation.omni.tx
module hasOmniTxBuilder
to encode transactions, but currently doesn't have the ability to decode or parse transactions. This capability should be added.The text was updated successfully, but these errors were encountered: