Interface DRepUnregistrationCertificate

This certificate unregister an individual as a DRep.

Note that a DRep is retired immediately upon the chain accepting a retirement certificate, and the deposit is returned as part of the transaction that submits the retirement certificate (the same way that stake credential registration deposits are returned).

interface DRepUnregistrationCertificate {
    deposit: bigint;
    dRepCredential: Credential;
    type: DRepUnregistration;
}

Properties

deposit: bigint
dRepCredential: Credential