Borrow
How to borrow funds from a lending pool.
Borrow
function borrow(bytes32 loanId, uint256 withdrawAmount, uint256 initialLoanDuration, uint256 collateralTokenSent, address collateralTokenAddress, address borrower, address receiver, bytes ) public payable nonReentrant globallyNonReentrant
returns(uint256, uint256)Name
Type
Description
Last updated