Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Parameters = &ParametersDefinition{}
Parameters contains the configuration parameters of the activity plugin.
View Source
var ( // Plugin is the plugin instance of the activity plugin. Plugin *node.Plugin )
Functions ¶
This section is empty.
Types ¶
type ParametersDefinition ¶ added in v0.7.4
type ParametersDefinition struct { // BroadcastInterval is the interval at which the node broadcasts its activity block. BroadcastInterval time.Duration `default:"2s" usage:"the interval at which the node will broadcast its activity block"` // ParentsCount is the number of parents that node will choose for its activity blocks. ParentsCount int `default:"8" usage:"the number of parents that node will choose for its activity blocks"` // DelayOffset is the maximum for random initial time delay before sending the activity block. DelayOffset time.Duration `default:"10s" usage:"the maximum for random initial time delay before sending the activity block"` }
ParametersDefinition contains the definition of configuration parameters used by the activity plugin.
Click to show internal directories.
Click to hide internal directories.