Versions in this module Expand all Collapse all v1 v1.5.0 Jun 20, 2018 Changes in this version + func Validator(cv reflect.Value) (bool, error) + type DataSource struct + AccountManager accountmanager.AccountManagerOptions + MotanClient motan.MotanClientOptions + OrderManager ordermanager.OrderManagerOptions + Type string + type GlobalConfig struct + Accessor accessor.AccessorOptions + DataSource DataSource + Kafka kafka.KafkaOptions + Keystore KeyStoreOptions + Log zap.Config + LoopringAccessor loopringaccessor.LoopringProtocolOptions + MarketCap marketcap.MarketCapOptions + MarketUtil marketutil.MarketOptions + Miner MinerOptions + Mysql *dao.MysqlOptions + Redis redis.RedisOptions + Sns sns.SnsConfig + Title string + ZkLock zklock.ZkLockConfig + func LoadConfig(file string) *GlobalConfig + type KeyStoreOptions struct + Keydir string + ScryptN int + ScryptP int + type MinerOptions struct + FeeReceipt string + MaxGasLimit int64 + MinGasLimit int64 + NormalMiners []NormalMinerAddress + PercentMiners []PercentMinerAddress + RateRatioCVSThreshold int64 + RingMaxLength int + Subsidy float64 + TimingMatcher *TimingMatcher + WalletSplit float64 + type NormalMinerAddress struct + Address string + GasPriceLimit int64 + MaxPendingCount int64 + MaxPendingTtl int + type PercentMinerAddress struct + Address string + FeePercent float64 + StartFee float64 + type TimingMatcher struct + DelayedNumber int64 + Duration int64 + LagForCleanSubmitCacheBlocks int64 + MaxCacheTime int64 + MaxSumitFailedCount int64 + Mode string + ReservedSubmitTime int64 + RoundOrdersCount int