Skip to main content
Version: v29.0.x

Type Alias: RotatePrimaryKeyToSecondaryParams

RotatePrimaryKeyToSecondaryParams = object

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

Properties

PropertyTypeDescriptionDefined in

expiry?

Date

(optional) when the generated authorization should expire

src/api/procedures/types.ts:890

permissions

PermissionsLike

src/api/procedures/types.ts:882

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:886