Example:
{ transactionId: 'some-tx-id', requestingParties: [ 'Alice', 'Bob' ] }
To express values in a more concise way, you can have a look at the ValueHelpers.
The parties whose events the client expects to see. Events that are not visible for the parties in this collection will not be present in the response.
The identifier of a particular transaction.
Generated using TypeDoc
Example:
{ transactionId: 'some-tx-id', requestingParties: [ 'Alice', 'Bob' ] }
To express values in a more concise way, you can have a look at the ValueHelpers.