Skip to main content
Version: v30.0.x

Type Alias: RotatePrimaryKeyToSecondaryParams

RotatePrimaryKeyToSecondaryParams = object

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

Properties

PropertyTypeDescriptionDefined in

expiry?

Date

(optional) when the generated authorization should expire

src/api/procedures/types.ts:1043

permissions

PermissionsLike

src/api/procedures/types.ts:1035

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

src/api/procedures/types.ts:1039