relatedOperations property

List<OperationIdentifier>? relatedOperations
final

Restrict referenced related_operations to identifier indexes < the current OperationIdentifier.index. This ensures there exists a clear DAG-structure of relations. Since operations are one-sided, one could imagine relating operations in a single transfer or linking operations in a call tree.

Implementation

final List<OperationIdentifier>? relatedOperations;