TermAuctionList.sol#TermAuctionListNode

Git Source

struct TermAuctionListNode {
    bytes32 next;
}

Last updated