RepoTokenLinkedList.sol#RepoTokenLinkedListStorageV1
Storage contract for the RepoTokenLinkedList
State Variables
repoTokenBlacklist
totalListed
listings
minimumListingAmount
queues
nextId
discountRateMarkup
discountRateAdapter
Structs
Listing
Structure to represent a token listing
Uses a linked list structure for efficient management
Queue
Structure to represent a queue for each Repo token
Last updated