Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Response ¶
type Response struct {
InstanceID uint32 `json:"instanceID,omitempty"`
Threshold uint8 `json:"threshold,omitempty"`
Identities []ed25519.PublicKey `json:"identities,omitempty"`
DistributedPK []byte `json:"distributedPK,omitempty"`
Error string `json:"error,omitempty"`
}
Response is the HTTP message containing the DRNG committee.
Click to show internal directories.
Click to hide internal directories.