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

TermAuctionList.sol#TermAuctionListData

Git Source

struct TermAuctionListData {
    bytes32 head;
    mapping(bytes32 => TermAuctionListNode) nodes;
    mapping(bytes32 => PendingOffer) offers;
}

Last updated