Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetTransactionByEventIdRequest

Example:

{
    eventId: 'some-event-id',
    requestingParties: [
        'Alice',
        'Bob'
    ]
}

To express values in a more concise way, you can have a look at the ValueHelpers.

Hierarchy

  • GetTransactionByEventIdRequest

Index

Properties

eventId

eventId: string

The identifier of a particular event.

requestingParties

requestingParties: string[]

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.

Generated using TypeDoc