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
| Name | Type |
|---|---|
newKeyId | string |
newPublicKey | string |
rotationJobsQueued | number |