TypeAlias.CertificationKeyStatus
type CertificationKeyStatus = readonly ["active", "pending", "rotated", "revoked"];
Certification key status enum.
- active: Currently used for signing
- pending: Awaiting on-chain rotation to complete
- rotated: Replaced by a newer key, kept for verification
- revoked: Compromised or manually revoked