Interface StakeVoteDelegationCertificate

This certificate is used when an individual wants to delegate their voting rights to any other DRep and simultaneously wants to delegate their stake to a specific stake pool.

interface StakeVoteDelegationCertificate {
    dRep: DRep;
    poolId: string;
    stakeCredential: Credential;
    type: StakeVoteDelegation;
}

Properties

dRep: DRep
poolId: string
stakeCredential: Credential