DRepUpdateCertificate: {
    cert: {
        anchor: Anchor | null;
        dRepCredential: DRepCredential;
    };
    type: CertificateType.DREP_UPDATE;
}

Type declaration