updateInterest
nat -> op(InterestRate.getBorrowRate) -> op(yToken.accrueInterest)
Last updated
nat -> op(InterestRate.getBorrowRate) -> op(yToken.accrueInterest)
Last updated
Updates interest rates for passed tokenId
by call contract. Expect callback to .
This and methods should be called before call in the same block.
yToken/yToken-undefined
- token identifier is not assigned to any known yTokens.
yToken/cant-get-interestRate-contract(getBorrowRate)
- couldn't find getBorrowRate
entrypoint of interestRate
contact address.