Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetParticipantIdResponse

A response model representing the identifier of a participant

Example:

{
   participantId: "some-participant-id"
}

Hierarchy

  • GetParticipantIdResponse

Index

Properties

Properties

participantId

participantId: string

Identifier of the participant, which SHOULD be globally unique. Must be a valid LedgerString

Generated using TypeDoc