Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ParamsChains = &ParametersChains{} ParamsRawBlocks = &ParametersRawBlocks{} )
View Source
var (
CoreComponent *app.CoreComponent
)
Functions ¶
Types ¶
type ParametersChains ¶
type ParametersChains struct {
BroadcastUpToNPeers int `default:"2" usage:"number of peers an offledger request is broadcasted to"`
BroadcastInterval time.Duration `default:"5s" usage:"time between re-broadcast of offledger requests"`
APICacheTTL time.Duration `default:"300s" usage:"time to keep processed offledger requests in api cache"`
PullMissingRequestsFromCommittee bool `default:"true" usage:"whether or not to pull missing requests from other committee members"`
}
type ParametersRawBlocks ¶
Click to show internal directories.
Click to hide internal directories.