ICollateralLoan¶
Description¶
Source: contracts/interfaces/ICollateralLoan.sol
Structs¶
Loan
¶
Field | Type | Description |
---|---|---|
id |
uint256 |
TBA |
account |
address payable |
TBA |
collateral |
uint256 |
TBA |
currency |
bytes32 |
TBA |
amount |
uint256 |
TBA |
short |
bool |
TBA |
accruedInterest |
uint256 |
TBA |
interestIndex |
uint256 |
TBA |
lastInteraction |
uint256 |
TBA |