Skip to content

Implement XdrCodec for TransactionResult #82

@Emrys02

Description

@Emrys02

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions