Versions in this module Expand all Collapse all v1 v1.4.9 Jul 22, 2021 Changes in this version + type Receiver struct + Block chan struct{} + CutAncestors bool + CutNext bool + IsolatedTx bool + SkipAppendCurBatch bool + func NewReceiver() *Receiver + func (mbc *Receiver) CurBatch() []*cb.Envelope + func (mbc *Receiver) Cut() []*cb.Envelope + func (mbc *Receiver) Ordered(env *cb.Envelope) ([][]*cb.Envelope, bool)