Restrict referenced related_operations to identifier indexes < the current operation_identifier.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.

Export

Interface

RosettaRelatedOperation

Hierarchy

  • RosettaRelatedOperation

Properties

Properties

index: number

Describes the index of related operation.

Memberof

RosettaRelatedOperation

network_index?: number

Some blockchains specify an operation index that is essential for client use. network_index should not be populated if there is no notion of an operation index in a blockchain (typically most account-based blockchains).

Memberof

RosettaRelatedOperation

Generated using TypeDoc