Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the Loan data structure. Add is_loan_withdrawn for partial loan withdrawal. #109

Open
zeapherine opened this issue Feb 28, 2023 · 0 comments
Assignees

Comments

@zeapherine
Copy link

The new Loan structure is as follows. add is_loan_withdrawn boolean field.

struct Loan {
id: felt,
owner: felt,
market: felt,
commitment: felt,
amount: Uint256,
current_market: felt,
current_amount: Uint256,
is_loan_withdrawn: felt,
debt_category: felt,
state: felt,
l3_integration: felt,
created_at: felt,
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants