Versions in this module Expand all Collapse all v0 v0.0.1 Jul 15, 2021 Changes in this version + type Data struct + BlockNumber uint64 + BlockSignatures []blocklib.BlockSignature + Channel string + Datahash []byte + Events []*peer.ChaincodeEvent + Prevhash []byte + Txs []blocklib.Tx + type Parser interface + Parse func(block *common.Block) (*Data, error) + type ParserImpl struct + func New() *ParserImpl + func (p *ParserImpl) Parse(block *common.Block) (*Data, error)