TermAuctionList.sol#PendingOffer

Git Sourcearrow-up-right

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

Last updated