Skip to main content

TypeAlias.RotateCertificationKeyResponse

type RotateCertificationKeyResponse = {
newKeyId: string;
newPublicKey: string;
rotationJobsQueued: number;
};

Response from the certification key rotation endpoint. Includes new key details and number of on-chain rotation jobs queued.

Type Declaration

NameType
newKeyIdstring
newPublicKeystring
rotationJobsQueuednumber