CommitteeAuthHotCertificate: {
    cert: {
        coldCredential: CommitteeColdCredential;
        hotCredential: CommitteeHotCredential;
    };
    type: CertificateType.COMMITTEE_AUTH_HOT;
}

Type declaration