This pull request enhances the Interaction data structure to support grouping of related transactions into cohesive units. Currently, the Interaction struct manages various aspects of interactional data without explicit grouping, leading to potential inefficiencies in data management and processing logic.
Description
This pull request enhances the Interaction data structure to support grouping of related transactions into cohesive units. Currently, the Interaction struct manages various aspects of interactional data without explicit grouping, leading to potential inefficiencies in data management and processing logic.