ChainedDispatch
A chained dispatch record tracks a private transaction that was created as a consequence of another private transaction (the original). The id correlates with the subjectId field on sequencer activity records of type chained_dispatch.
Example¶
Field Descriptions¶
| Field Name | Description | Type |
|---|---|---|
id |
Identifier for the chained dispatch record, correlates with sequencer activity subjectId for chained dispatches | string |
transactionID |
The original transaction that triggered this chained dispatch | string |
chainedTransactionID |
The transaction ID of the chained private transaction | string |