Versions in this module Expand all Collapse all v4 v4.0.0 Jun 26, 2023 Changes in this version + const ModuleName + type Config struct + Host string + Node *remote.Details + Port uint + func DefaultConfig() *Config + func NewConfig(host string, port uint, remoteDetails *remote.Details) *Config + func ParseConfig(bz []byte) (*Config, error) + type Module struct + func NewModule(cfg config.Config, encodingConfig *params.EncodingConfig) *Module + func (m *Module) Name() string + func (m *Module) RunAdditionalOperations() error Other modules containing this package github.com/forbole/bdjuno/v3