DRepRegCertificate: {
    cert: {
        anchor: Anchor | null;
        dRepCredential: DRepCredential;
        deposit: string;
    };
    type: CertificateType.DREP_REG;
}

Type declaration

  • cert: {
        anchor: Anchor | null;
        dRepCredential: DRepCredential;
        deposit: string;
    }
  • type: CertificateType.DREP_REG