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

TermAuctionList.sol#TermAuctionListNode

Git Source

struct TermAuctionListNode {
    bytes32 next;
}

Last updated