Versions in this module Expand all Collapse all v2 v2.3.2 Nov 21, 2021 Changes in this version + var ChannelAllowedChars = "[a-z][a-z0-9.-]*" + var MaxLength = 249 + func ValidateChannelID(channelID string) error + type EndorserTx struct + ChaincodeID *peer.ChaincodeID + ChannelID string + ComputedTxID string + Creator []byte + Endorsements []*peer.Endorsement + Epoch uint64 + Events []byte + Nonce []byte + Response *peer.Response + Results []byte + Type int32 + Version int32 + func UnmarshalEndorserTxAndValidate(txenv *tx.Envelope) (*EndorserTx, error) Other modules containing this package github.com/waszqt/fabric