Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct { ctx.Context Cfg *config.Cfg Config *config.Config DisableTUI bool KeystoreExists bool SetNewSecret bool EditSecret bool NewSecret *Secret Unlocked bool LastUnlockedTime time.Time UnlockerMsg string Network *database.Network LatencyResultChan chan LatencyResult LatencyResultDone chan struct{} BestLatency int Endpoint *database.Endpoint Client *chain.Client TokenContract string Token0 *database.Token Token1 *database.Token Dex *database.Dex TradeType *database.TradeType Price *chain.Price RawBuyTargets []*database.RawTarget BuyTargets database.Targets RawSellTargets []*database.RawTarget SellTargets database.Targets Trade *database.Trade }
type LatencyResult ¶
Click to show internal directories.
Click to hide internal directories.