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

RepoTokenList.sol#RepoTokenListNode

Git Source

struct RepoTokenListNode {
    address next;
}

Last updated