Dispatch
A dispatch record links a private transaction to a public transaction that was submitted to the base ledger on its behalf. Query dispatches using ptx_queryDispatches or retrieve a specific dispatch by ID using ptx_getDispatch.
Example¶
Field Descriptions¶
| Field Name | Description | Type |
|---|---|---|
id |
Identifier for the dispatch record, correlates with sequencer activity subjectId for dispatches | string |
transactionID |
The ID of the transaction that triggered this dispatch | string |
publicTransactionID |
Local database identifier of the public transaction created for this dispatch | uint64 |