Versions in this module Expand all Collapse all v2 v2.3.2 Nov 21, 2021 Changes in this version + type BlockVerifier interface + VerifyBlock func(channelID gossipcommon.ChannelID, blockNum uint64, block *common.Block) error + type DeliverStreamer interface + Deliver func(context.Context, *grpc.ClientConn) (orderer.AtomicBroadcast_DeliverClient, error) + type Deliverer struct + BlockVerifier BlockVerifier + ChannelID string + DeliverStreamer DeliverStreamer + Dialer Dialer + DoneC chan struct{} + Gossip GossipServiceAdapter + InitialRetryDelay time.Duration + Ledger LedgerInfo + Logger *flogging.FabricLogger + MaxRetryDelay time.Duration + MaxRetryDuration time.Duration + Orderers OrdererConnectionSource + Signer identity.SignerSerializer + TLSCertHash []byte + YieldLeadership bool + func (d *Deliverer) DeliverBlocks() + func (d *Deliverer) Stop() + type Dialer interface + Dial func(address string, certPool *x509.CertPool) (*grpc.ClientConn, error) + type GossipServiceAdapter interface + AddPayload func(chainID string, payload *gossip.Payload) error + Gossip func(msg *gossip.GossipMessage) + type LedgerInfo interface + LedgerHeight func() (uint64, error) + type OrdererConnectionSource interface + RandomEndpoint func() (*orderers.Endpoint, error) Other modules containing this package github.com/waszqt/fabric