Documentation
¶
Index ¶
Constants ¶
View Source
const ( ConfigGasEstimationFactor = "gasEstimationFactor" ConfigDataFormat = "dataFormat" BlockPollingInterval = "blockPollingInterval" BlockCacheSize = "blockCacheSize" BlockCacheTTL = "blockCacheTTL" EventsCatchupPageSize = "events.catchupPageSize" EventsCatchupThreshold = "events.catchupThreshold" EventsCheckpointBlockGap = "events.checkpointBlockGap" EventsBlockTimestamps = "events.blockTimestamps" EventsFilterPollingInterval = "events.filterPollingInterval" RetryInitDelay = "retry.initialDelay" RetryMaxDelay = "retry.maxDelay" RetryFactor = "retry.factor" )
View Source
const ( DefaultListenerPort = 5102 DefaultGasEstimationFactor = 1.5 DefaultCatchupPageSize = 5000 DefaultEventsCatchupThreshold = 5000 DefaultEventsCheckpointBlockGap = 50 DefaultRetryInitDelay = "100ms" DefaultRetryMaxDelay = "30s" DefaultRetryDelayFactor = 2.0 )
Variables ¶
This section is empty.
Functions ¶
func InitConfig ¶
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.