Versions in this module Expand all Collapse all v1 v1.4.4 Nov 14, 2019 Changes in this version + func CreateNextBlock(rl Reader, messages []*cb.Envelope) *cb.Block + func GetBlock(rl Reader, index uint64) *cb.Block + type Factory interface + ChainIDs func() []string + Close func() + GetOrCreate func(chainID string) (ReadWriter, error) + type Iterator interface + Close func() + Next func() (*cb.Block, cb.Status) + type NotFoundErrorIterator struct + func (nfei *NotFoundErrorIterator) Close() + func (nfei *NotFoundErrorIterator) Next() (*cb.Block, cb.Status) + func (nfei *NotFoundErrorIterator) ReadyChan() <-chan struct{} + type ReadWriter interface + type Reader interface + Height func() uint64 + Iterator func(startType *ab.SeekPosition) (Iterator, uint64) + type Writer interface + Append func(block *cb.Block) error