Interface DRepRegistrationCertificate

In Voltaire, existing stake credentials will be able to delegate their stake to DReps for voting purposes, in addition to the current delegation to stake pools for block production. DRep delegation will mimic the existing stake delegation mechanisms (via on-chain certificates).

This certificate register a stake key as a DRep.

interface DRepRegistrationCertificate {
    anchor: null | Anchor;
    deposit: bigint;
    dRepCredential: Credential;
    type: DRepRegistration;
}

Properties

anchor: null | Anchor
deposit: bigint
dRepCredential: Credential