Versions in this module Expand all Collapse all v1 v1.4.6 May 20, 2020 Changes in this version + type Validator struct + AppliedConfigUpdateEnvelope *cb.ConfigEnvelope + ApplyVal error + ChainIDVal string + ConfigProtoVal *cb.Config + ProposeConfigUpdateError error + ProposeConfigUpdateVal *cb.ConfigEnvelope + SequenceVal uint64 + ValidateVal error + func (cm *Validator) Apply(configEnv *cb.ConfigEnvelope) error + func (cm *Validator) ChainID() string + func (cm *Validator) ConfigProto() *cb.Config + func (cm *Validator) ProposeConfigUpdate(update *cb.Envelope) (*cb.ConfigEnvelope, error) + func (cm *Validator) Sequence() uint64 + func (cm *Validator) Validate(configEnv *cb.ConfigEnvelope) error