Create Claim
The claim flow enables the protocol to bring a user's loan back to health.
Transactional Function Sequence
Module
Function
Loan Management Module
startClaim
Loan Management Module
processClaimFee
Loan Management Module
initiateForeclosure
Step 1: Create Claim
function startClaim(address user, uint256 uniqueId, string pointer)
Parameters
Descriptions
user
The users eth address
uniqueId
The unique Id for the users loan
pointer
The lender market pointer
Step 2: processClaimFee
function processClaimFee(address user, uint256 loanId)
Parameters
Descriptions
user
The users eth address
loanId
The users loanId
Step 3: initiateForeclosure
function initiateForeclosure(uint256 loanId, uint256 uniqueId, address user, uint256 portfolioId)
Parameters
Descriptions
uniqueId
The unique Id for the users loan
loanId
The users loanId
user
The users eth address
portfolioId
The users portfolioId
End of claim
Last updated