Versions in this module Expand all Collapse all v1 v1.4.10 Dec 9, 2020 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)