Replies: 1 comment
-
@micwallace - Adding you here as a location to review the naming conventions used inside the Token Negotiator as a general on going task as we optimise the code base. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
###This is a location for an open discussion around the naming conventions used inside the source code and the API itself.
Initial naming conventions used with some suggestions:
The tokenLookupStore refers to an object that stores collection data.
Current: tokenLookupStore Suggestion: collectionLookupStore
The API and internals within the Token Negotiator use the term issuers to refer to the collections of NFTs or Off Chain Tokens.
Current: issuer(s) Suggestion: collection(s)
Beta Was this translation helpful? Give feedback.
All reactions