Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Addresses []string `yaml:"addresses"`
}
func ParseConfig ¶
func (*Config) IsContractSupported ¶
type ContractsConfig ¶
type ContractsConfig struct {
Tips *Config `yaml:"tips"`
}
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
func NewModule ¶
func NewModule(junoCfg config.Config, node node.Node, grpcConnection *grpc.ClientConn, db Database) *Module
NewModule returns a new Module instance
Click to show internal directories.
Click to hide internal directories.