# Functions
No description provided by the author
No description provided by the author
NewBroadcastClient returns a broadcastClient with the given params.
NewDeliverService construction function to create and initialize delivery service instance.
# Structs
Config dictates the DeliveryService's properties, namely how it connects to an ordering service endpoint, how it verifies messages received from it, and how it disseminates the messages to other peers.
ConnectionCriteria defines how to connect to ordering service nodes.
# Interfaces
DeliverService used to communicate with orderers to obtain new blocks and send them to the committer service.