Enumeration: TokenClientType
We support different TokenClients, especially the ColonyToken client with
its advanced functionality (to .mint()
tokens for example). Other tokens
require certain adjustments (like the original Dai (SAI))
Enumeration Members
Colony
• Colony = "Colony"
ColonyLegacy
• ColonyLegacy = "ColonyLegacy"
Erc20
• Erc20 = "Erc20"
Erc2612
• Erc2612 = "Erc2612"
Sai
• Sai = "Sai"