Documentation ¶
Index ¶
- type Config
- func (c *Config) GetAcceptorSize() int
- func (c *Config) GetBlockLRUSize() int
- 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) GetStateCacheSize() int
- func (c *Config) GetStateHistoryLength() int
- func (c *Config) GetStateSyncMinBlocks() uint64
- func (c *Config) GetStateSyncParallelism() int
- func (c *Config) GetStateSyncServerDelay() time.Duration
- func (c *Config) GetStreamingBacklogSize() int
- func (c *Config) GetTraceConfig() *trace.Config
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct{}
func (*Config) GetAcceptorSize ¶
func (*Config) GetBlockLRUSize ¶
func (*Config) GetBlocksPort ¶
func (*Config) GetDecisionsPort ¶
func (*Config) GetLogLevel ¶
func (*Config) GetMempoolExemptPayers ¶
func (*Config) GetMempoolPayerSize ¶
func (*Config) GetMempoolSize ¶
func (*Config) GetParallelism ¶
func (*Config) GetStateCacheSize ¶
func (*Config) GetStateHistoryLength ¶
func (*Config) GetStateSyncMinBlocks ¶
func (*Config) GetStateSyncParallelism ¶
func (*Config) GetStateSyncServerDelay ¶
func (*Config) GetStreamingBacklogSize ¶
func (*Config) GetTraceConfig ¶
Click to show internal directories.
Click to hide internal directories.