Type alias VoteRegDelegationCertificate

VoteRegDelegationCertificate: {
    cert: {
        dRep: DRep;
        deposit: BigNumber;
        stakeCredential: StakeCredential;
    };
    type: VOTE_REG_DELEG;
}

Type declaration