Last updated 1 year ago
Was this helpful?
cache
updateState
getIsolationMode
validateBorrow
mint debt token
setBorrowing
update IsolationMode debt
updateInterestRates
transfer underlying to user
User initiated a borrow for a specific asset, in this step we will transfer this asset to the user.
Asset is transferred to the user via safeTransfer.
releaseUnderlying set to false in executeFlashLoan
releaseUnderlying
.updateInterestRates is skipped as it has been explained well in prior sections. Please see: .