Skip to content

api.procedures.types.AttestPrimaryKeyRotationParams

polymath-eric edited this page Jun 11, 2024 · 27 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:805


identity

identity: string | Identity

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

Defined in

api/procedures/types.ts:800


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

Clone this wiki locally