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
[x] Update version to 1.4.10
[x] Add Related Transaction model
[x] Add Direction enum
[x] Update Transaction model with Related Transactions field
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
1.4.10
Open questions
N/A