Claim
Claim Structures
Claim Struct
This struct provides a representation of claims generated in response to an unhealthy LTV ratio, necessitating additional collateral deposits.
This information is set in CreateClaimAction
(link pending)
Pointer: USER_ID_CLAIM
Definition
struct Claim {
uint256 claimId;
address claimToken;
uint256 claimDate;
uint256 claimAmount;
}
Fields
claimId
: A unique identifier for the claim within the protocol.claimToken
: The address of the token associated with the claim.claimDate
: The timestamp indicating when the claim was generated.claimAmount
: The amount associated with the claim
Last updated