Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Component *app.Component
)
View Source
var ParamsPoW = &ParametersPoW{}
Functions ¶
This section is empty.
Types ¶
type ParametersPoW ¶
type ParametersPoW struct {
// Defines the interval for refreshing tips during PoW for blocks passed without parents via API.
RefreshTipsInterval time.Duration `default:"5s" usage:"interval for refreshing tips during PoW for blocks passed without parents via API"`
}
ParametersPoW contains the definition of the parameters used by PoW.
Click to show internal directories.
Click to hide internal directories.