Skip to main content
Version: v30.0.x

Interface: RegisterIdentityParams

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

Properties

createCdd?

optional createCdd?: boolean

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

(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:1002

(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:994

(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:989

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