Activity - will - Algorand

Indexer Inner Transaction Design

Sep 28, 2022

This is optimized for querying, by structuring it this way we’re able to match on an inner transaction and return the root transaction. For more efficient storage, it would probably be better to reconstruct the inner transaction tree from individual transactions. The downside is that would require …