# Functions

GetBiddersHandler will return a json response.
GetEventQueueStatusHandler will return EventQueueJSON json.
GetP2PCountHandler will return the current peer count.
GetP2PLogsHandler will return PeerJSON json.
GetProvisionersHandler will return Provisioners json.
GetRoundInfoHandler will return RoundInfoJSON json array.
GetStormDBInstance will return the actual db instance or nil.
NewStormDBInstance creates a new db.
SetStormDBInstance will set a store.
StartAPI init consensus API pointers.

# Structs

Count is the struct used to return a count for a API service.
EventQueueJSON is used as JSON rapper for eventQueue fields.
Member is the holder of bls and stakes.
PeerCount is the struct used to save a peer or remove from a PeerCount collection in the API monitoring database.
PeerJSON is used as JSON wrapper for peer info fields.
ProvisionerJSON represents the Provisioner.
RoundInfoJSON is used as JSON wrapper for round info fields.
Stake represents the Provisioner's stake.
StormDBInstance holds db object.