For the complete documentation index, see llms.txt. This page is also available as Markdown.

TermAuctionList.sol#PendingOffer

Git Source

struct PendingOffer {
    address repoToken;
    uint256 offerAmount;
    ITermAuction termAuction;
    ITermAuctionOfferLocker offerLocker;
}

Last updated