Type alias StakeVoteDelegationCertificate

StakeVoteDelegationCertificate: {
    cert: {
        dRep: DRep;
        poolKeyHash: Buffer;
        stakeCredential: StakeCredential;
    };
    type: STAKE_VOTE_DELEG;
}

Type declaration