Structs
Offer
struct Offer {
address lender;
uint96 pricePerSecond;
uint64 maxRentDuration;
address beneficiary;
}Properties
Name
Type
Description
Rent
struct Rent {
address holderWallet;
uint64 expirationTs;
}Properties
Name
Type
Description
ConditionsParams
Properties
Name
Type
Description
WhitelistedParams
Properties
Name
Type
Description
Whitelisted
Properties
Name
Type
Description
Last updated