Skip to content

api.procedures.types.AttestPrimaryKeyRotationParams

prashantasdeveloper edited this page Oct 31, 2024 · 36 revisions

Interface: AttestPrimaryKeyRotationParams

api/procedures/types.AttestPrimaryKeyRotationParams

Table of contents

Properties

Properties

expiry

Optional expiry: Date

(optional) when the generated authorization should expire

Defined in

api/procedures/types.ts:869


identity

identity: string | Identity

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

Defined in

api/procedures/types.ts:864


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

Clone this wiki locally