Versions in this module Expand all Collapse all v1 v1.4.6 Feb 25, 2020 Changes in this version + func DefaultABCFactory(conn *grpc.ClientConn) orderer.AtomicBroadcastClient + func DefaultConnectionFactory(channelID string, endpointOverrides map[string]*comm.OrdererEndpoint) func(endpointCriteria comm.EndpointCriteria) (*grpc.ClientConn, error) + func NewBroadcastClient(prod comm.ConnectionProducer, clFactory clientFactory, ...) *broadcastClient + func NewDeliverService(conf *Config, connConfig ConnectionCriteria) (*deliverServiceImpl, error) + type Config struct + ABCFactory func(*grpc.ClientConn) orderer.AtomicBroadcastClient + ConnFactory func(channelID string, endpointOverrides map[string]*comm.OrdererEndpoint) func(endpointCriteria comm.EndpointCriteria) (*grpc.ClientConn, error) + CryptoSvc api.MessageCryptoService + Gossip blocksprovider.GossipServiceAdapter + IsStaticLeader bool + type ConnectionCriteria struct + OrdererEndpointOverrides map[string]*comm.OrdererEndpoint + OrdererEndpoints []string + OrdererEndpointsByOrg map[string][]string + Organizations []string + type DeliverService interface + StartDeliverForChannel func(chainID string, ledgerInfo blocksprovider.LedgerInfo, finalizer func()) error + Stop func() + StopDeliverForChannel func(chainID string) error + UpdateEndpoints func(chainID string, connCriteria ConnectionCriteria) error Incompatible versions in this module v2.0.1+incompatible Feb 26, 2020