Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( VERSION = "icq-relayer" QUICKSILVER_VERSION = "" COMMIT = "" )
View Source
var ( MaxTxMsgs int WaitInterval = time.Second * 6 HistoricQueryInterval = time.Second * 15 TxMsgs = MaxTxMsgs LastReduced time.Time // Variables used for retries RtyAttNum = uint(5) RtyAtt = retry.Attempts(RtyAttNum) RtyDel = retry.Delay(time.Millisecond * 800) RtyErr = retry.LastErrorOnly(true) )
Functions ¶
func FlushSendQueue ¶
Types ¶
type ClientUpdateRequirement ¶
type Message ¶
type Message struct { Msg sdk.Msg ClientUpdate *ClientUpdateRequirement }
Click to show internal directories.
Click to hide internal directories.