Versions in this module Expand all Collapse all v1 v1.4.0 Aug 10, 2021 Changes in this version type Config + ChainId string + TGSBaseURL string v1.3.4 Jul 14, 2021 Changes in this version + type Config struct + Bind string + Dev bool + Limiter Limiter + Metrics bool + Nodes Nodes + RPC string + StartHeight int64 + Tokens Tokens + Versions []int + func New() *Config + func (p *Config) Init(cfgFile string) error + type ERC20 struct + Address string + Decimals int + Icon string + Name string + Symbol string + type Limiter struct + Capacity int64 + Interval duration + type LogInfo struct + Path string + type Node struct + Address string + Name string + type Nodes struct + Nodes []Node + type Tokens struct + Coins []ERC20