Versions in this module Expand all Collapse all v2 v2.3.2 Nov 21, 2021 Changes in this version + type ConsenterSupport struct + BlockByIndex map[uint64]*cb.Block + BlockCutterVal *mockblockcutter.Receiver + BlockVerificationErr error + Blocks chan *cb.Block + ChannelConfigVal channelconfig.Channel + ChannelIDVal string + ClassifyMsgVal msgprocessor.Classification + ConfigSeqVal uint64 + HeightVal uint64 + NextBlockVal *cb.Block + ProcessConfigMsgErr error + ProcessConfigMsgVal *cb.Envelope + ProcessConfigUpdateMsgErr error + ProcessConfigUpdateMsgVal *cb.Envelope + ProcessNormalMsgErr error + SequenceVal uint64 + SharedConfigVal channelconfig.Orderer + func (mcs *ConsenterSupport) Append(block *cb.Block) error + func (mcs *ConsenterSupport) Block(number uint64) *cb.Block + func (mcs *ConsenterSupport) BlockCutter() blockcutter.Receiver + func (mcs *ConsenterSupport) ChannelConfig() channelconfig.Channel + func (mcs *ConsenterSupport) ChannelID() string + func (mcs *ConsenterSupport) ClassifyMsg(chdr *cb.ChannelHeader) msgprocessor.Classification + func (mcs *ConsenterSupport) CreateNextBlock(data []*cb.Envelope) *cb.Block + func (mcs *ConsenterSupport) Height() uint64 + func (mcs *ConsenterSupport) NewSignatureHeader() (*cb.SignatureHeader, error) + func (mcs *ConsenterSupport) ProcessConfigMsg(env *cb.Envelope) (*cb.Envelope, uint64, error) + func (mcs *ConsenterSupport) ProcessConfigUpdateMsg(env *cb.Envelope) (config *cb.Envelope, configSeq uint64, err error) + func (mcs *ConsenterSupport) ProcessNormalMsg(env *cb.Envelope) (configSeq uint64, err error) + func (mcs *ConsenterSupport) Sequence() uint64 + func (mcs *ConsenterSupport) Serialize() ([]byte, error) + func (mcs *ConsenterSupport) SharedConfig() channelconfig.Orderer + func (mcs *ConsenterSupport) Sign(message []byte) ([]byte, error) + func (mcs *ConsenterSupport) VerifyBlockSignature(_ []*protoutil.SignedData, _ *cb.ConfigEnvelope) error + func (mcs *ConsenterSupport) WriteBlock(block *cb.Block, encodedMetadataValue []byte) + func (mcs *ConsenterSupport) WriteConfigBlock(block *cb.Block, encodedMetadataValue []byte) Other modules containing this package github.com/waszqt/fabric