Documentation ¶
Index ¶
Constants ¶
View Source
const (
// PayloadName defines the name of the networkdelay payload.
PayloadName = "networkdelay"
)
View Source
const (
// PluginName contains the human readable name of the plugin.
PluginName = "NetworkDelay"
)
Variables ¶
View Source
var Parameters = &ParametersDefinition{}
Parameters contains the configuration used by the networkdelay plugin.
View Source
var Type = payload.NewType(payloadType, PayloadName)
Type represents the identifier which addresses the network delay Payload type.
Functions ¶
Types ¶
type ParametersDefinition ¶ added in v0.7.4
type ParametersDefinition struct { // OriginPublicKey defines the default issuer node public key in base58 encoding. OriginPublicKey string `default:"9DB3j9cWYSuEEtkvanrzqkzCQMdH1FGv3TawJdVbDxkd" usage:"default issuer node public key"` }
ParametersDefinition contains the definition of the parameters used by the networkdelay plugin.
Click to show internal directories.
Click to hide internal directories.