Versions in this module Expand all Collapse all v2 v2.3.2 Nov 21, 2021 Changes in this version + type ChaincodeInfoProvider struct + GetDeployedChaincodeInfoStub func(string, *cceventmgmt.ChaincodeDefinition) (*ledger.DeployedChaincodeInfo, error) + RetrieveChaincodeArtifactsStub func(*cceventmgmt.ChaincodeDefinition) (bool, []byte, error) + func (fake *ChaincodeInfoProvider) GetDeployedChaincodeInfo(arg1 string, arg2 *cceventmgmt.ChaincodeDefinition) (*ledger.DeployedChaincodeInfo, error) + func (fake *ChaincodeInfoProvider) GetDeployedChaincodeInfoArgsForCall(i int) (string, *cceventmgmt.ChaincodeDefinition) + func (fake *ChaincodeInfoProvider) GetDeployedChaincodeInfoCallCount() int + func (fake *ChaincodeInfoProvider) GetDeployedChaincodeInfoCalls(...) + func (fake *ChaincodeInfoProvider) GetDeployedChaincodeInfoReturns(result1 *ledger.DeployedChaincodeInfo, result2 error) + func (fake *ChaincodeInfoProvider) GetDeployedChaincodeInfoReturnsOnCall(i int, result1 *ledger.DeployedChaincodeInfo, result2 error) + func (fake *ChaincodeInfoProvider) Invocations() map[string][][]interface{} + func (fake *ChaincodeInfoProvider) RetrieveChaincodeArtifacts(arg1 *cceventmgmt.ChaincodeDefinition) (bool, []byte, error) + func (fake *ChaincodeInfoProvider) RetrieveChaincodeArtifactsArgsForCall(i int) *cceventmgmt.ChaincodeDefinition + func (fake *ChaincodeInfoProvider) RetrieveChaincodeArtifactsCallCount() int + func (fake *ChaincodeInfoProvider) RetrieveChaincodeArtifactsCalls(stub func(*cceventmgmt.ChaincodeDefinition) (bool, []byte, error)) + func (fake *ChaincodeInfoProvider) RetrieveChaincodeArtifactsReturns(result1 bool, result2 []byte, result3 error) + func (fake *ChaincodeInfoProvider) RetrieveChaincodeArtifactsReturnsOnCall(i int, result1 bool, result2 []byte, result3 error)