CommitteeResignColdCertificate: {
    cert: {
        anchor: Anchor | null;
        coldCredential: CommitteeColdCredential;
    };
    type: CertificateType.COMMITTEE_RESIGN_COLD;
}

Type declaration