Documentation ¶
Index ¶
Constants ¶
View Source
const ( // the network ID on which this node operates on. CfgProtocolNetworkIDName = "protocol.networkID" // the HRP which should be used for Bech32 addresses. CfgProtocolBech32HRP = "protocol.bech32HRP" // the minimum PoW score required by the network. CfgProtocolMinPoWScore = "protocol.minPoWScore" // the amount of public keys in a milestone. CfgProtocolMilestonePublicKeyCount = "protocol.milestonePublicKeyCount" // the ed25519 public key of the coordinator in hex representation. CfgProtocolPublicKeyRanges = "protocol.publicKeyRanges" // the ed25519 public key of the coordinator in hex representation. CfgProtocolPublicKeyRangesJSON = "publicKeyRanges" )
Variables ¶
View Source
var (
CorePlugin *node.CorePlugin
)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.