Documentation ¶
Index ¶
Constants ¶
View Source
const ( // CfgDRNGInstanceID defines the config flag of the DRNG instanceID. CfgDRNGInstanceID = "drng.instanceId" // CfgDRNGThreshold defines the config flag of the DRNG threshold. CfgDRNGThreshold = "drng.threshold" // CfgDRNGDistributedPubKey defines the config flag of the DRNG distributed Public Key. CfgDRNGDistributedPubKey = "drng.distributedPubKey" // CfgDRNGCommitteeMembers defines the config flag of the DRNG committee members identities. CfgDRNGCommitteeMembers = "drng.committeeMembers" )
View Source
const PluginName = "DRNG"
PluginName is the name of the DRNG plugin.
Variables ¶
View Source
var ( // ErrParsingCommitteeMember is returned for an invalid committee member ErrParsingCommitteeMember = errors.New("cannot parse committee member") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.