generated from PolymeshAssociation/typescript-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 11
api.procedures.types.RegisterIdentityParams
polymesh-bot edited this page Jun 19, 2025
·
87 revisions
api/procedures/types.RegisterIdentityParams
• Optional createCdd: boolean
(optional) also issue a CDD claim for the created DID, completing the onboarding process for the Account
• Optional expiry: Date
(optional) when the generated CDD claim should expire, createCdd must be true if specified
• Optional secondaryAccounts: Modify<PermissionedAccount, { permissions: PermissionsLike }>[]
(optional) secondary accounts for the new Identity with their corresponding permissions.
Note
Each Account will need to accept the generated authorizations before being linked to the Identity
• targetAccount: string | Account
The Account that should function as the primary key of the newly created Identity. Can be ss58 encoded address or an instance of Account
Entities
- Account
- Asset
- Authorization Request
- Checkpoint
- Checkpoint Schedule
- Corporate Action
- Corporate Action Base
- Corporate Ballot
- Custom Permission Group
- Default Portfolio
- Default Trusted Claim Issuer
- Dividend Distribution
- Entity
- Identity
- Instruction
- Known Permission Group
- Metadata Entry
- Multi Sig Proposal
- Numbered Portfolio
- Offering
- Permission Group
- Portfolio
- Subsidies
- Subsidy
- Ticker Reservation
- Venue
- Authorizations
- Types