Skip to main content
Version: v29.0.x

Interface: RegisterIdentityParams

Defined in: src/api/procedures/types.ts:832

Properties

createCdd?

optional createCdd: boolean

Defined in: src/api/procedures/types.ts:845

(optional) also issue a CDD claim for the created DID, completing the onboarding process for the Account


expiry?

optional expiry: Date

Defined in: src/api/procedures/types.ts:849

(optional) when the generated CDD claim should expire, createCdd must be true if specified


secondaryAccounts?

optional secondaryAccounts: Modify<PermissionedAccount, { permissions: PermissionsLike; }>[]

Defined in: src/api/procedures/types.ts:841

(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

targetAccount: string | Account

Defined in: src/api/procedures/types.ts:836

The Account that should function as the primary key of the newly created Identity. Can be ss58 encoded address or an instance of Account