Type alias VoteDelegationCertificate

VoteDelegationCertificate: {
    cert: {
        dRep: DRep;
        stakeCredential: StakeCredential;
    };
    type: VOTE_DELEGATION;
}

Type declaration