Type alias DRepDeRegCertificate

DRepDeRegCertificate: {
    cert: {
        dRepCredential: DRepCredential;
        deposit: BigNumber;
    };
    type: DREP_DE_REG;
}

Type declaration