CreditLimitModel

Calculate the user's credit line based on the trust she receives from the vouchees.

Functions:

isCreditLimitModel() → bool

No description

effectiveNumber() → uint256

No description

getLockedAmount(struct ICreditLimitModel.LockedInfo[] vouchAmountList, address staker, uint256 amount, bool isIncrease) → uint256

No description

Return Values:

  • Member credit limit

getCreditLimit(uint256[] vouchs) → uint256

No description

Return Values:

  • Member credit limit

Last updated