Type alias DRepRegCertificate

DRepRegCertificate: {
    cert: {
        anchor: Anchor | null;
        dRepCredential: DRepCredential;
        deposit: BigNumber;
    };
    type: DREP_REG;
}

Type declaration