Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
Registry is the relayer watch list registry. It contains a list of addresses, and the relayer relays only works with interchain queries registered by these addresses.
func New ¶
func New(cfg *RegistryConfig) *Registry
New instantiates a new *Registry based on the cfg.
func (*Registry) GetAddresses ¶
type RegistryConfig ¶
type RegistryConfig struct {
Addresses []string
}
RegistryConfig represents the config structure for the Registry.
Click to show internal directories.
Click to hide internal directories.