Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 989 Bytes

File metadata and controls

29 lines (17 loc) · 989 Bytes

ParticipantOnboardingPayload

Properties

Name Type Description Notes
vaultAccountId String The vault account that acts as the participant. Its Canton party is derived for you.
asset AssetEnum Chain asset — CANTON or CANTON_TEST.
expiresAt OffsetDateTime When the onboarding request expires if it has not been answered. RFC 3339. [optional]
operator String DTCC infra operator party id.
provider String DTCC provider party id.
compliance String DTCC compliance party id.
registrar String DTCC registrar party id — co-signs the accept.
clientOnboarder String DTCC client onboarder party id — co-signs the accept.

Enum: AssetEnum

Name Value
CANTON "CANTON"
CANTON_TEST "CANTON_TEST"