# Packages
No description provided by the author
# Functions
LookupToken returns the token with given id from results of Tokens of given core client.
NewCachedClient creates a new core client instance.
NewClient creates a new core client instance.
NewClientFromContext returns new core client from cli flags.
NewCliFlags returns cli flags to configure a core client.
NewMockClient creates a new instance of MockClient, that implements core.Interface, intended to use in tests.
# Variables
ETHToken is the configuration of Ethereum, will never be changed.
# Structs
CachedClient is the wrapper of Core Client with caching ability.
Client is the the real implementation of core client interface.
MockClient is a simple mock client sending mock token from Core.
Token is a ERC20 token allowed to trade in core.
# Interfaces
Interface represents a client o interact with KyberNetwork core APIs.