After submitting transactions, the network returns a TransactionResult in XDR format. Decoding this correctly is vital for determining the success or failure of the transactions.
Implementation Guidelines
Key Files: crates/core/src/xdr/codec.rs.
- Implement the
XdrCodec trait for the TransactionResult type.
- Hook into the existing
decode_xdr_base64 and encode_xdr_base64 functions where necessary.
Expectations
What done looks like: System can parse raw XDR transaction results into structured TransactionResult objects.
For any question, reach me on Discord: emry_ss
After submitting transactions, the network returns a
TransactionResultin XDR format. Decoding this correctly is vital for determining the success or failure of the transactions.Implementation Guidelines
Key Files:
crates/core/src/xdr/codec.rs.XdrCodectrait for theTransactionResulttype.decode_xdr_base64andencode_xdr_base64functions where necessary.Expectations
What done looks like: System can parse raw XDR transaction results into structured
TransactionResultobjects.For any question, reach me on Discord: emry_ss