/** * @notice Function for a lender to accept a proposed loan bid. * @param _bidId The id of the loan bid to accept. */ function lenderAcceptBid(uint256 _bidId)
Last updated 2 years ago