# Functions
CompleteChallenge given by a voucher seeder.
NewBlockHashBroker will return an initialized BlockHashBroker.
NewCandidateBroker will create new CandidateBroker.
NewDataBroker returns an initialized DataBroker.
NewDataRequestor returns an initialized DataRequestor.
ProcessPing will simply return a Pong message.
ProcessPong empty processor to process a Pong message Satisfies the peer.ProcessorFunc interface.
# Structs
BlockHashBroker is a processing unit which handles GetBlocks messages.
CandidateBroker holds instances to RPCBus and responseChan.
DataBroker is a processing unit responsible for handling GetData messages.
DataRequestor is a processing unit which handles inventory messages received from peers on the Dusk wire protocol.