Versions in this module Expand all Collapse all v1 v1.4.4 Nov 14, 2019 Changes in this version + func ChaincodeInvokeOrQuery(spec *pb.ChaincodeSpec, cID string, txID string, invoke bool, ...) (*pb.ProposalResponse, error) + func Cmd(cf *ChaincodeCmdFactory) *cobra.Command + type ChaincodeCmdFactory struct + BroadcastClient common.BroadcastClient + Certificate tls.Certificate + DeliverClients []api.PeerDeliverClient + EndorserClients []pb.EndorserClient + Signer msp.SigningIdentity + func InitCmdFactory(cmdName string, isEndorserRequired, isOrdererRequired bool) (*ChaincodeCmdFactory, error)