Only completions of commands submitted with the same application identifier will be visible in the stream.
This field indicates the minimum offset for completions. This can be used to resume an earlier completion stream.
Optional, if not set the ledger uses the current ledger end offset instead.
Non-empty list of parties whose data should be included.
Generated using TypeDoc
Example:
{ applicationId: 'some-app-id', offset: { offsetType: 'boundary', boundary: LedgerOffsetBoundaryValue.BEGIN }, parties: [ 'Alice', 'Bob' ] }
To express values in a more concise way, you can have a look at the ValueHelpers.
LedgerOffset