Skip to main content
Version: 26.0.0-alpha.1

Interface: AttestPrimaryKeyRotationParams

api/procedures/types.AttestPrimaryKeyRotationParams

Properties

expiry

Optional expiry: Date

(optional) when the generated authorization should expire

Defined in

api/procedures/types.ts:864


identity

identity: string | Identity

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

Defined in

api/procedures/types.ts:859


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