Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiServerConfig ¶ added in v0.0.20
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
func (*Config) GetFiatMin ¶
func (*Config) GetFiatSymbol ¶
func (*Config) GetHttpClient ¶
func (*Config) GetTokenConfigs ¶
func (c *Config) GetTokenConfigs() []TokenConfig
func (*Config) GetWallets ¶
type ProviderConfig ¶
type TelegramBotConfig ¶
type TokenConfig ¶
type TokenFilter ¶
type TokenFilter struct { Symbol string Address string Config TokenConfig }
type Wallet ¶
type Wallet struct { Name string Provider ProviderConfig Filters []TokenFilter }
Click to show internal directories.
Click to hide internal directories.