getGovTokensAmounts

Developers > Best Yield > getGovTokensAmounts

This method gets a lower bound estimate of the fair share of governance tokens a user is entitled to. The actual amount is calculated during redeem only.

Function

function getGovTokensAmounts(
    address _user
) external view returns (uint256[] calldata _amounts);

Parameters

Return value

Last updated