Versions in this module Expand all Collapse all v0 v0.0.2 Aug 30, 2022 Changes in this version + type Config struct + Node *remote.Details + Port uint + func DefaultConfig() Config + func NewConfig(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