Versions in this module Expand all Collapse all v0 v0.7.0 Dec 17, 2018 Changes in this version + const KyberSwapAppName + const ThirdPartyAppName + type AddrToAppName interface + GetAddrToAppName func() map[ethereum.Address]string + UpdateMapAddrAppName func(addr ethereum.Address, name string) error + type MapAddrAppName struct + func NewMapAddrAppName(options ...Option) *MapAddrAppName + func (apn *MapAddrAppName) GetAddrToAppName() map[ethereum.Address]string + func (apn *MapAddrAppName) UpdateMapAddrAppName(addr ethereum.Address, name string) error + type Option func(m *MapAddrAppName) + func WithDataFile(path string) Option