Versions in this module Expand all Collapse all v0 v0.0.1 Feb 21, 2023 Changes in this version + type Config struct + BlocksPort uint16 + DecisionsPort uint16 + LogLevel logging.Level + MempoolExemptPayers []string + MempoolPayerSize int + MempoolSize int + Parallelism int + StateSyncServerDelay time.Duration + TestMode bool + TraceEnabled bool + TraceSampleRate float64 + func New(nodeID ids.NodeID, b []byte) (*Config, error) + func (c *Config) GetBlocksPort() uint16 + func (c *Config) GetDecisionsPort() uint16 + func (c *Config) GetLogLevel() logging.Level + func (c *Config) GetMempoolExemptPayers() [][]byte + func (c *Config) GetMempoolPayerSize() int + func (c *Config) GetMempoolSize() int + func (c *Config) GetParallelism() int + func (c *Config) GetStateSyncServerDelay() time.Duration + func (c *Config) GetTestMode() bool + func (c *Config) GetTraceConfig() *trace.Config