Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewServer ¶
func NewServer( r *multichannel.Registrar, metricsProvider metrics.Provider, debug *localconfig.Debug, timeWindow time.Duration, mutualTLS bool, expirationCheckDisabled bool, ) ab.AtomicBroadcastServer
Types ¶
type ChainReplicator ¶
type Factory ¶
type Factory interface { GetOrCreate(chainID string) (blockledger.ReadWriter, error) ChannelIDs() []string Close() }
Click to show internal directories.
Click to hide internal directories.