Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( QManagerStorage *leveldb.DB QManConnected bool //If I'm Qmanager, this is true. when start p2p node, check whether Qman or not. QManagerAddress *net.UDPAddr BootNodeReady bool QRNGDeviceStat bool QRNGFilePrefix string RandomNumbers []uint64 BootNodePort int BootNodeID string IsBootNode bool QManPubKey *ecdsa.PublicKey GovernanceList []GovStruct DBDataList []QManDBStruct )
Functions ¶
func CheckBootNodePortAndID ¶
Types ¶
type CoordiDecideStruct ¶
type CoordiDecideStruct struct {
Status bool
}
type QManDBStruct ¶
type RequestCoordiStruct ¶
type RequestCoordiStruct struct {
QRND uint64
}
type RequestStruct ¶
type RequestStruct struct {
Proposer string
}
Click to show internal directories.
Click to hide internal directories.