Interface VoteDelegationCertificate

This certificate is used when an individual wants to delegate their voting rights to any other DRep.

interface VoteDelegationCertificate {
    dRep: DRep;
    stakeCredential: Credential;
    type: VoteDelegation;
}

Properties

dRep: DRep
stakeCredential: Credential