We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
is_loan_withdrawn
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, }
The text was updated successfully, but these errors were encountered:
VenkatTeja
No branches or pull requests
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,
}
The text was updated successfully, but these errors were encountered: