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