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?
optionalmetadata?: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.