Skip to content

Structs ​

Git Source

Structs ​

Claim ​

Claim data struct for storage link to owner address

solidity
struct Claim {
    uint128 borrowAmountRaw;
    uint48 checkpoint;
    uint40 requestIdTo;
}