Documentation Index
Fetch the complete documentation index at: https://docs.canton.network/llms.txt
Use this file to discover all available pages before exploring further.
Templates
template SvOnboardingConfirmed
A confirmation for approval of a candidate SV. Once this contract is created, the workflows to onboard that SVs node starts. Signatory: dso
- Choice Archive Controller: dso Returns: () (no fields)
Choice SvOnboardingConfirmed_ExpireController: dso Returns: SvOnboardingConfirmed_ExpireResult (no fields)
template SvOnboardingRequest
Template used by the SVs to collect confirmations for the onboarding of an SV candidate. The existence of this contract triggers SV automation that creates confirmation contracts for the candidate if the token is a validSvOnboardingTokenand matches anApprovedSvIdentity. Signatory: dso
Field Type Description candidateName Text Human-readable name of the SV candidate. Must match the one in ApprovedSvIdentity!candidateParty Party PartyId of the candidate SV party. candidateParticipantId Text ParticipantId of the candidate SV. token Text An encoded and signed SvOnboardingTokenthat confirms the candidate’s identity.sponsor Party The established SV node that created this contract. dso Party expiresAt Time When this contract can be archived even if the onboarding did not succeed.
- Choice Archive Controller: dso Returns: () (no fields)
Choice SvOnboardingRequest_ExpireController: dso Returns: SvOnboardingRequest_ExpireResult (no fields)
Data Types
data SvOnboardingConfirmed_ExpireResult
SvOnboardingConfirmed_ExpireResultinstance HasExercise SvOnboardingConfirmed SvOnboardingConfirmed_Expire SvOnboardingConfirmed_ExpireResult instance HasFromAnyChoice SvOnboardingConfirmed SvOnboardingConfirmed_Expire SvOnboardingConfirmed_ExpireResult instance HasToAnyChoice SvOnboardingConfirmed SvOnboardingConfirmed_Expire SvOnboardingConfirmed_ExpireResult
data SvOnboardingRequest_ExpireResult
SvOnboardingRequest_ExpireResultinstance HasExercise SvOnboardingRequest SvOnboardingRequest_Expire SvOnboardingRequest_ExpireResult instance HasFromAnyChoice SvOnboardingRequest SvOnboardingRequest_Expire SvOnboardingRequest_ExpireResult instance HasToAnyChoice SvOnboardingRequest SvOnboardingRequest_Expire SvOnboardingRequest_ExpireResult