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.
Stellar transactions can contain multiple operations. Prism currently assumes one operation per transaction, which means multi-op transactions produce incomplete or misleading output.
Expectations: Prism decodes every operation in a multi-op transaction and the output clearly labels each operation's result separately.