For the complete documentation index, see llms.txt. This page is also available as Markdown.

Accepting a Loan

/**
 * @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