Skip to content

nooschain v0.1.0


nooschain / identity/key-rotation / RotateUserKeyPayload

Interface: RotateUserKeyPayload

Defined in: identity/key-rotation.ts:12

Consensus payload for replacing a user's registered public key.

Properties

metadata?

optional metadata?: JsonObject

Defined in: identity/key-rotation.ts:18

Optional metadata for audit or operator notes.


newPublicKey

newPublicKey: string

Defined in: identity/key-rotation.ts:16

Replacement public key.


userId

userId: string

Defined in: identity/key-rotation.ts:14

User whose public key should change.

Audience-first NOOSChain documentation.