Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
IsDevelopment bool
UseTestNetwork bool
OnlyCheckReward bool
ForceRun bool
UserAddress string
UserPrivateKey string
LineApiKey string
GasLimit uint64
GasPriceThreshold uint64
QueryCron string
MutationCron string
Telegram *TelegramConfig
MessagingProvider MessagingProvider
}
func (Config) GetBscNetworkAndChainId ¶
type MessagingProvider ¶ added in v1.7.0
type MessagingProvider int
const ( None MessagingProvider = iota Line Telegram )
type TelegramConfig ¶ added in v1.7.0
Click to show internal directories.
Click to hide internal directories.