Skip to main content
Version: 24.2.x

Interface: AttestPrimaryKeyRotationParams

api/procedures/types.AttestPrimaryKeyRotationParams

Properties

expiry

Optional expiry: Date

(optional) when the generated authorization should expire

Defined in

api/procedures/types.ts:794


identity

identity: string | Identity

Identity or the DID of the Identity that is to be rotated

Defined in

api/procedures/types.ts:789


targetAccount

targetAccount: string | Account

The Account that will be attested to become the primary key of the identity. Can be ss58 encoded address or an instance of Account

Defined in

api/procedures/types.ts:784