...

Package inactive

import "github.com/hyperledger/fabric/orderer/consensus/inactive"
Overview
Index

Overview ▾

type Chain

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 (*Chain) Configure

func (c *Chain) Configure(_ *common.Envelope, _ uint64) error

func (*Chain) Errored

func (*Chain) Errored() <-chan struct{}

func (*Chain) Halt

func (c *Chain) Halt()

func (*Chain) Order

func (c *Chain) Order(_ *common.Envelope, _ uint64) error

func (*Chain) Start

func (c *Chain) Start()

func (*Chain) WaitReady

func (c *Chain) WaitReady() error