Interface: RegisterIdentityParams
api/procedures/types.RegisterIdentityParams
Properties
createCdd
• Optional createCdd: boolean
(optional) also issue a CDD claim for the created DID, completing the onboarding process for the Account
Defined in
expiry
• Optional expiry: Date
(optional) when the generated CDD claim should expire, createCdd must be true if specified
Defined in
secondaryAccounts
• 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
Defined in
targetAccount
• 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