Skip to content

Decode Every Operation in a Multi-Operation Transaction Separately #228

@codeZe-us

Description

@codeZe-us

Stellar transactions can contain multiple operations. Prism currently assumes one operation per transaction, which means multi-op transactions produce incomplete or misleading output.

  • Iterate over all operations in a transaction envelope and decode each independently
  • Aggregate results into a list ordered by operation index

Expectations: Prism decodes every operation in a multi-op transaction and the output clearly labels each operation's result separately.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions