TermAuctionList.sol#TermAuctionListData
struct TermAuctionListData {
bytes32 head;
mapping(bytes32 => TermAuctionListNode) nodes;
mapping(bytes32 => PendingOffer) offers;
}
Last updated
struct TermAuctionListData {
bytes32 head;
mapping(bytes32 => TermAuctionListNode) nodes;
mapping(bytes32 => PendingOffer) offers;
}
Last updated