Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PartyDetails

Example:

{
  party: 'alice',
  displayName: 'Alice',
  isLocal: false
}

Hierarchy

  • PartyDetails

Index

Properties

Optional displayName

displayName: undefined | string

Human readable name associated with the party. Caution, it might not be unique. Optional

isLocal

isLocal: boolean

true if party is hosted by the backing participant. Required

party

party: string

The stable unique identifier of a DAML party. Must be a valid party identifier. Required

Generated using TypeDoc