TermAuctionList.sol#TermAuctionListNode

Git Sourcearrow-up-right

struct TermAuctionListNode {
    bytes32 next;
}

Last updated