Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // rpc addr, should be one of http://, ws://, ipc RpcAddr string LogDir string ReceiversConfPath string DefaultReceivers []notifier.ReceiverConfig WatchList WatchList EthWalletDir string EthWatchInterval time.Duration ERC20ContractsDir string ContractConfigs map[string]ContractConfig }
func (*Config) SanityAndValidCheck ¶
Check config is valid.
type ContractConfig ¶
Click to show internal directories.
Click to hide internal directories.