Chain implements an inactive consenter.Chain which is used to denote that the current orderer node does not service a specific channel.
type Chain struct { Err error }
func (c *Chain) Configure(_ *common.Envelope, _ uint64) error
func (*Chain) Errored() <-chan struct{}
func (c *Chain) Halt()
func (c *Chain) Order(_ *common.Envelope, _ uint64) error
func (c *Chain) Start()
func (c *Chain) WaitReady() error