DRepDeRegCertificate: {
    cert: {
        dRepCredential: DRepCredential;
        deposit: string;
    };
    type: CertificateType.DREP_DE_REG;
}

Type declaration

  • cert: {
        dRepCredential: DRepCredential;
        deposit: string;
    }
  • type: CertificateType.DREP_DE_REG