coinbase / mesh-specifications

Specification files for the Mesh Blockchain Standard
Apache License 2.0
326 stars 93 forks source link

Add Support for Related Transactions #74

Closed varunpcb closed 3 years ago

varunpcb commented 3 years ago

Motivation

Adds support for the planned related transaction feature that will allow linking of multiple transactions within rosetta.

Solution

Transactions will now feature an optional related_transactions array of RelatedTransaction objects. Related Transaction objects feature a network_identifier (optional), transaction_identifier, and direction (forward or backward). This was done to provide support for multiple relations of different directions across multiple networks if necessary.

Changes

Open questions

N/A