Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CompletionStreamRequest

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.

see

LedgerOffset

Hierarchy

  • CompletionStreamRequest

Index

Properties

applicationId

applicationId: string

Only completions of commands submitted with the same application identifier will be visible in the stream.

Optional offset

offset: LedgerOffset

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.

parties

parties: string[]

Non-empty list of parties whose data should be included.

Generated using TypeDoc