Versions in this module Expand all Collapse all v1 v1.4.6 Feb 25, 2020 Changes in this version + type ChaincodeStore struct + RetrieveHashStub func(string, string) ([]byte, error) + SaveStub func(string, string, []byte) ([]byte, error) + func (fake *ChaincodeStore) Invocations() map[string][][]interface{} + func (fake *ChaincodeStore) RetrieveHash(arg1 string, arg2 string) ([]byte, error) + func (fake *ChaincodeStore) RetrieveHashArgsForCall(i int) (string, string) + func (fake *ChaincodeStore) RetrieveHashCallCount() int + func (fake *ChaincodeStore) RetrieveHashCalls(stub func(string, string) ([]byte, error)) + func (fake *ChaincodeStore) RetrieveHashReturns(result1 []byte, result2 error) + func (fake *ChaincodeStore) RetrieveHashReturnsOnCall(i int, result1 []byte, result2 error) + func (fake *ChaincodeStore) Save(arg1 string, arg2 string, arg3 []byte) ([]byte, error) + func (fake *ChaincodeStore) SaveArgsForCall(i int) (string, string, []byte) + func (fake *ChaincodeStore) SaveCallCount() int + func (fake *ChaincodeStore) SaveCalls(stub func(string, string, []byte) ([]byte, error)) + func (fake *ChaincodeStore) SaveReturns(result1 []byte, result2 error) + func (fake *ChaincodeStore) SaveReturnsOnCall(i int, result1 []byte, result2 error) + type ChaincodeStub struct + CreateCompositeKeyStub func(string, []string) (string, error) + DelPrivateDataStub func(string, string) error + DelStateStub func(string) error + GetArgsSliceStub func() ([]byte, error) + GetArgsStub func() [][]byte + GetBindingStub func() ([]byte, error) + GetChannelIDStub func() string + GetCreatorStub func() ([]byte, error) + GetDecorationsStub func() map[string][]byte + GetFunctionAndParametersStub func() (string, []string) + GetHistoryForKeyStub func(string) (shim.HistoryQueryIteratorInterface, error) + GetPrivateDataByPartialCompositeKeyStub func(string, string, []string) (shim.StateQueryIteratorInterface, error) + GetPrivateDataByRangeStub func(string, string, string) (shim.StateQueryIteratorInterface, error) + GetPrivateDataHashStub func(string, string) ([]byte, error) + GetPrivateDataQueryResultStub func(string, string) (shim.StateQueryIteratorInterface, error) + GetPrivateDataStub func(string, string) ([]byte, error) + GetPrivateDataValidationParameterStub func(string, string) ([]byte, error) + GetQueryResultStub func(string) (shim.StateQueryIteratorInterface, error) + GetQueryResultWithPaginationStub func(string, int32, string) (shim.StateQueryIteratorInterface, *peer.QueryResponseMetadata, error) + GetSignedProposalStub func() (*peer.SignedProposal, error) + GetStateByPartialCompositeKeyStub func(string, []string) (shim.StateQueryIteratorInterface, error) + GetStateByPartialCompositeKeyWithPaginationStub func(string, []string, int32, string) (shim.StateQueryIteratorInterface, *peer.QueryResponseMetadata, error) + GetStateByRangeStub func(string, string) (shim.StateQueryIteratorInterface, error) + GetStateByRangeWithPaginationStub func(string, string, int32, string) (shim.StateQueryIteratorInterface, *peer.QueryResponseMetadata, error) + GetStateStub func(string) ([]byte, error) + GetStateValidationParameterStub func(string) ([]byte, error) + GetStringArgsStub func() []string + GetTransientStub func() (map[string][]byte, error) + GetTxIDStub func() string + GetTxTimestampStub func() (*timestamp.Timestamp, error) + InvokeChaincodeStub func(string, [][]byte, string) peer.Response + PutPrivateDataStub func(string, string, []byte) error + PutStateStub func(string, []byte) error + SetEventStub func(string, []byte) error + SetPrivateDataValidationParameterStub func(string, string, []byte) error + SetStateValidationParameterStub func(string, []byte) error + SplitCompositeKeyStub func(string) (string, []string, error) + func (fake *ChaincodeStub) CreateCompositeKey(arg1 string, arg2 []string) (string, error) + func (fake *ChaincodeStub) CreateCompositeKeyArgsForCall(i int) (string, []string) + func (fake *ChaincodeStub) CreateCompositeKeyCallCount() int + func (fake *ChaincodeStub) CreateCompositeKeyCalls(stub func(string, []string) (string, error)) + func (fake *ChaincodeStub) CreateCompositeKeyReturns(result1 string, result2 error) + func (fake *ChaincodeStub) CreateCompositeKeyReturnsOnCall(i int, result1 string, result2 error) + func (fake *ChaincodeStub) DelPrivateData(arg1 string, arg2 string) error + func (fake *ChaincodeStub) DelPrivateDataArgsForCall(i int) (string, string) + func (fake *ChaincodeStub) DelPrivateDataCallCount() int + func (fake *ChaincodeStub) DelPrivateDataCalls(stub func(string, string) error) + func (fake *ChaincodeStub) DelPrivateDataReturns(result1 error) + func (fake *ChaincodeStub) DelPrivateDataReturnsOnCall(i int, result1 error) + func (fake *ChaincodeStub) DelState(arg1 string) error + func (fake *ChaincodeStub) DelStateArgsForCall(i int) string + func (fake *ChaincodeStub) DelStateCallCount() int + func (fake *ChaincodeStub) DelStateCalls(stub func(string) error) + func (fake *ChaincodeStub) DelStateReturns(result1 error) + func (fake *ChaincodeStub) DelStateReturnsOnCall(i int, result1 error) + func (fake *ChaincodeStub) GetArgs() [][]byte + func (fake *ChaincodeStub) GetArgsCallCount() int + func (fake *ChaincodeStub) GetArgsCalls(stub func() [][]byte) + func (fake *ChaincodeStub) GetArgsReturns(result1 [][]byte) + func (fake *ChaincodeStub) GetArgsReturnsOnCall(i int, result1 [][]byte) + func (fake *ChaincodeStub) GetArgsSlice() ([]byte, error) + func (fake *ChaincodeStub) GetArgsSliceCallCount() int + func (fake *ChaincodeStub) GetArgsSliceCalls(stub func() ([]byte, error)) + func (fake *ChaincodeStub) GetArgsSliceReturns(result1 []byte, result2 error) + func (fake *ChaincodeStub) GetArgsSliceReturnsOnCall(i int, result1 []byte, result2 error) + func (fake *ChaincodeStub) GetBinding() ([]byte, error) + func (fake *ChaincodeStub) GetBindingCallCount() int + func (fake *ChaincodeStub) GetBindingCalls(stub func() ([]byte, error)) + func (fake *ChaincodeStub) GetBindingReturns(result1 []byte, result2 error) + func (fake *ChaincodeStub) GetBindingReturnsOnCall(i int, result1 []byte, result2 error) + func (fake *ChaincodeStub) GetChannelID() string + func (fake *ChaincodeStub) GetChannelIDCallCount() int + func (fake *ChaincodeStub) GetChannelIDCalls(stub func() string) + func (fake *ChaincodeStub) GetChannelIDReturns(result1 string) + func (fake *ChaincodeStub) GetChannelIDReturnsOnCall(i int, result1 string) + func (fake *ChaincodeStub) GetCreator() ([]byte, error) + func (fake *ChaincodeStub) GetCreatorCallCount() int + func (fake *ChaincodeStub) GetCreatorCalls(stub func() ([]byte, error)) + func (fake *ChaincodeStub) GetCreatorReturns(result1 []byte, result2 error) + func (fake *ChaincodeStub) GetCreatorReturnsOnCall(i int, result1 []byte, result2 error) + func (fake *ChaincodeStub) GetDecorations() map[string][]byte + func (fake *ChaincodeStub) GetDecorationsCallCount() int + func (fake *ChaincodeStub) GetDecorationsCalls(stub func() map[string][]byte) + func (fake *ChaincodeStub) GetDecorationsReturns(result1 map[string][]byte) + func (fake *ChaincodeStub) GetDecorationsReturnsOnCall(i int, result1 map[string][]byte) + func (fake *ChaincodeStub) GetFunctionAndParameters() (string, []string) + func (fake *ChaincodeStub) GetFunctionAndParametersCallCount() int + func (fake *ChaincodeStub) GetFunctionAndParametersCalls(stub func() (string, []string)) + func (fake *ChaincodeStub) GetFunctionAndParametersReturns(result1 string, result2 []string) + func (fake *ChaincodeStub) GetFunctionAndParametersReturnsOnCall(i int, result1 string, result2 []string) + func (fake *ChaincodeStub) GetHistoryForKey(arg1 string) (shim.HistoryQueryIteratorInterface, error) + func (fake *ChaincodeStub) GetHistoryForKeyArgsForCall(i int) string + func (fake *ChaincodeStub) GetHistoryForKeyCallCount() int + func (fake *ChaincodeStub) GetHistoryForKeyCalls(stub func(string) (shim.HistoryQueryIteratorInterface, error)) + func (fake *ChaincodeStub) GetHistoryForKeyReturns(result1 shim.HistoryQueryIteratorInterface, result2 error) + func (fake *ChaincodeStub) GetHistoryForKeyReturnsOnCall(i int, result1 shim.HistoryQueryIteratorInterface, result2 error) + func (fake *ChaincodeStub) GetPrivateData(arg1 string, arg2 string) ([]byte, error) + func (fake *ChaincodeStub) GetPrivateDataArgsForCall(i int) (string, string) + func (fake *ChaincodeStub) GetPrivateDataByPartialCompositeKey(arg1 string, arg2 string, arg3 []string) (shim.StateQueryIteratorInterface, error) + func (fake *ChaincodeStub) GetPrivateDataByPartialCompositeKeyArgsForCall(i int) (string, string, []string) + func (fake *ChaincodeStub) GetPrivateDataByPartialCompositeKeyCallCount() int + func (fake *ChaincodeStub) GetPrivateDataByPartialCompositeKeyCalls(stub func(string, string, []string) (shim.StateQueryIteratorInterface, error)) + func (fake *ChaincodeStub) GetPrivateDataByPartialCompositeKeyReturns(result1 shim.StateQueryIteratorInterface, result2 error) + func (fake *ChaincodeStub) GetPrivateDataByPartialCompositeKeyReturnsOnCall(i int, result1 shim.StateQueryIteratorInterface, result2 error) + func (fake *ChaincodeStub) GetPrivateDataByRange(arg1 string, arg2 string, arg3 string) (shim.StateQueryIteratorInterface, error) + func (fake *ChaincodeStub) GetPrivateDataByRangeArgsForCall(i int) (string, string, string) + func (fake *ChaincodeStub) GetPrivateDataByRangeCallCount() int + func (fake *ChaincodeStub) GetPrivateDataByRangeCalls(stub func(string, string, string) (shim.StateQueryIteratorInterface, error)) + func (fake *ChaincodeStub) GetPrivateDataByRangeReturns(result1 shim.StateQueryIteratorInterface, result2 error) + func (fake *ChaincodeStub) GetPrivateDataByRangeReturnsOnCall(i int, result1 shim.StateQueryIteratorInterface, result2 error) + func (fake *ChaincodeStub) GetPrivateDataCallCount() int + func (fake *ChaincodeStub) GetPrivateDataCalls(stub func(string, string) ([]byte, error)) + func (fake *ChaincodeStub) GetPrivateDataHash(arg1 string, arg2 string) ([]byte, error) + func (fake *ChaincodeStub) GetPrivateDataHashArgsForCall(i int) (string, string) + func (fake *ChaincodeStub) GetPrivateDataHashCallCount() int + func (fake *ChaincodeStub) GetPrivateDataHashCalls(stub func(string, string) ([]byte, error)) + func (fake *ChaincodeStub) GetPrivateDataHashReturns(result1 []byte, result2 error) + func (fake *ChaincodeStub) GetPrivateDataHashReturnsOnCall(i int, result1 []byte, result2 error) + func (fake *ChaincodeStub) GetPrivateDataQueryResult(arg1 string, arg2 string) (shim.StateQueryIteratorInterface, error) + func (fake *ChaincodeStub) GetPrivateDataQueryResultArgsForCall(i int) (string, string) + func (fake *ChaincodeStub) GetPrivateDataQueryResultCallCount() int + func (fake *ChaincodeStub) GetPrivateDataQueryResultCalls(stub func(string, string) (shim.StateQueryIteratorInterface, error)) + func (fake *ChaincodeStub) GetPrivateDataQueryResultReturns(result1 shim.StateQueryIteratorInterface, result2 error) + func (fake *ChaincodeStub) GetPrivateDataQueryResultReturnsOnCall(i int, result1 shim.StateQueryIteratorInterface, result2 error) + func (fake *ChaincodeStub) GetPrivateDataReturns(result1 []byte, result2 error) + func (fake *ChaincodeStub) GetPrivateDataReturnsOnCall(i int, result1 []byte, result2 error) + func (fake *ChaincodeStub) GetPrivateDataValidationParameter(arg1 string, arg2 string) ([]byte, error) + func (fake *ChaincodeStub) GetPrivateDataValidationParameterArgsForCall(i int) (string, string) + func (fake *ChaincodeStub) GetPrivateDataValidationParameterCallCount() int + func (fake *ChaincodeStub) GetPrivateDataValidationParameterCalls(stub func(string, string) ([]byte, error)) + func (fake *ChaincodeStub) GetPrivateDataValidationParameterReturns(result1 []byte, result2 error) + func (fake *ChaincodeStub) GetPrivateDataValidationParameterReturnsOnCall(i int, result1 []byte, result2 error) + func (fake *ChaincodeStub) GetQueryResult(arg1 string) (shim.StateQueryIteratorInterface, error) + func (fake *ChaincodeStub) GetQueryResultArgsForCall(i int) string + func (fake *ChaincodeStub) GetQueryResultCallCount() int + func (fake *ChaincodeStub) GetQueryResultCalls(stub func(string) (shim.StateQueryIteratorInterface, error)) + func (fake *ChaincodeStub) GetQueryResultReturns(result1 shim.StateQueryIteratorInterface, result2 error) + func (fake *ChaincodeStub) GetQueryResultReturnsOnCall(i int, result1 shim.StateQueryIteratorInterface, result2 error) + func (fake *ChaincodeStub) GetQueryResultWithPagination(arg1 string, arg2 int32, arg3 string) (shim.StateQueryIteratorInterface, *peer.QueryResponseMetadata, error) + func (fake *ChaincodeStub) GetQueryResultWithPaginationArgsForCall(i int) (string, int32, string) + func (fake *ChaincodeStub) GetQueryResultWithPaginationCallCount() int + func (fake *ChaincodeStub) GetQueryResultWithPaginationCalls(...) + func (fake *ChaincodeStub) GetQueryResultWithPaginationReturns(result1 shim.StateQueryIteratorInterface, result2 *peer.QueryResponseMetadata, ...) + func (fake *ChaincodeStub) GetQueryResultWithPaginationReturnsOnCall(i int, result1 shim.StateQueryIteratorInterface, ...) + func (fake *ChaincodeStub) GetSignedProposal() (*peer.SignedProposal, error) + func (fake *ChaincodeStub) GetSignedProposalCallCount() int + func (fake *ChaincodeStub) GetSignedProposalCalls(stub func() (*peer.SignedProposal, error)) + func (fake *ChaincodeStub) GetSignedProposalReturns(result1 *peer.SignedProposal, result2 error) + func (fake *ChaincodeStub) GetSignedProposalReturnsOnCall(i int, result1 *peer.SignedProposal, result2 error) + func (fake *ChaincodeStub) GetState(arg1 string) ([]byte, error) + func (fake *ChaincodeStub) GetStateArgsForCall(i int) string + func (fake *ChaincodeStub) GetStateByPartialCompositeKey(arg1 string, arg2 []string) (shim.StateQueryIteratorInterface, error) + func (fake *ChaincodeStub) GetStateByPartialCompositeKeyArgsForCall(i int) (string, []string) + func (fake *ChaincodeStub) GetStateByPartialCompositeKeyCallCount() int + func (fake *ChaincodeStub) GetStateByPartialCompositeKeyCalls(stub func(string, []string) (shim.StateQueryIteratorInterface, error)) + func (fake *ChaincodeStub) GetStateByPartialCompositeKeyReturns(result1 shim.StateQueryIteratorInterface, result2 error) + func (fake *ChaincodeStub) GetStateByPartialCompositeKeyReturnsOnCall(i int, result1 shim.StateQueryIteratorInterface, result2 error) + func (fake *ChaincodeStub) GetStateByPartialCompositeKeyWithPagination(arg1 string, arg2 []string, arg3 int32, arg4 string) (shim.StateQueryIteratorInterface, *peer.QueryResponseMetadata, error) + func (fake *ChaincodeStub) GetStateByPartialCompositeKeyWithPaginationArgsForCall(i int) (string, []string, int32, string) + func (fake *ChaincodeStub) GetStateByPartialCompositeKeyWithPaginationCallCount() int + func (fake *ChaincodeStub) GetStateByPartialCompositeKeyWithPaginationCalls(...) + func (fake *ChaincodeStub) GetStateByPartialCompositeKeyWithPaginationReturns(result1 shim.StateQueryIteratorInterface, result2 *peer.QueryResponseMetadata, ...) + func (fake *ChaincodeStub) GetStateByPartialCompositeKeyWithPaginationReturnsOnCall(i int, result1 shim.StateQueryIteratorInterface, ...) + func (fake *ChaincodeStub) GetStateByRange(arg1 string, arg2 string) (shim.StateQueryIteratorInterface, error) + func (fake *ChaincodeStub) GetStateByRangeArgsForCall(i int) (string, string) + func (fake *ChaincodeStub) GetStateByRangeCallCount() int + func (fake *ChaincodeStub) GetStateByRangeCalls(stub func(string, string) (shim.StateQueryIteratorInterface, error)) + func (fake *ChaincodeStub) GetStateByRangeReturns(result1 shim.StateQueryIteratorInterface, result2 error) + func (fake *ChaincodeStub) GetStateByRangeReturnsOnCall(i int, result1 shim.StateQueryIteratorInterface, result2 error) + func (fake *ChaincodeStub) GetStateByRangeWithPagination(arg1 string, arg2 string, arg3 int32, arg4 string) (shim.StateQueryIteratorInterface, *peer.QueryResponseMetadata, error) + func (fake *ChaincodeStub) GetStateByRangeWithPaginationArgsForCall(i int) (string, string, int32, string) + func (fake *ChaincodeStub) GetStateByRangeWithPaginationCallCount() int + func (fake *ChaincodeStub) GetStateByRangeWithPaginationCalls(...) + func (fake *ChaincodeStub) GetStateByRangeWithPaginationReturns(result1 shim.StateQueryIteratorInterface, result2 *peer.QueryResponseMetadata, ...) + func (fake *ChaincodeStub) GetStateByRangeWithPaginationReturnsOnCall(i int, result1 shim.StateQueryIteratorInterface, ...) + func (fake *ChaincodeStub) GetStateCallCount() int + func (fake *ChaincodeStub) GetStateCalls(stub func(string) ([]byte, error)) + func (fake *ChaincodeStub) GetStateReturns(result1 []byte, result2 error) + func (fake *ChaincodeStub) GetStateReturnsOnCall(i int, result1 []byte, result2 error) + func (fake *ChaincodeStub) GetStateValidationParameter(arg1 string) ([]byte, error) + func (fake *ChaincodeStub) GetStateValidationParameterArgsForCall(i int) string + func (fake *ChaincodeStub) GetStateValidationParameterCallCount() int + func (fake *ChaincodeStub) GetStateValidationParameterCalls(stub func(string) ([]byte, error)) + func (fake *ChaincodeStub) GetStateValidationParameterReturns(result1 []byte, result2 error) + func (fake *ChaincodeStub) GetStateValidationParameterReturnsOnCall(i int, result1 []byte, result2 error) + func (fake *ChaincodeStub) GetStringArgs() []string + func (fake *ChaincodeStub) GetStringArgsCallCount() int + func (fake *ChaincodeStub) GetStringArgsCalls(stub func() []string) + func (fake *ChaincodeStub) GetStringArgsReturns(result1 []string) + func (fake *ChaincodeStub) GetStringArgsReturnsOnCall(i int, result1 []string) + func (fake *ChaincodeStub) GetTransient() (map[string][]byte, error) + func (fake *ChaincodeStub) GetTransientCallCount() int + func (fake *ChaincodeStub) GetTransientCalls(stub func() (map[string][]byte, error)) + func (fake *ChaincodeStub) GetTransientReturns(result1 map[string][]byte, result2 error) + func (fake *ChaincodeStub) GetTransientReturnsOnCall(i int, result1 map[string][]byte, result2 error) + func (fake *ChaincodeStub) GetTxID() string + func (fake *ChaincodeStub) GetTxIDCallCount() int + func (fake *ChaincodeStub) GetTxIDCalls(stub func() string) + func (fake *ChaincodeStub) GetTxIDReturns(result1 string) + func (fake *ChaincodeStub) GetTxIDReturnsOnCall(i int, result1 string) + func (fake *ChaincodeStub) GetTxTimestamp() (*timestamp.Timestamp, error) + func (fake *ChaincodeStub) GetTxTimestampCallCount() int + func (fake *ChaincodeStub) GetTxTimestampCalls(stub func() (*timestamp.Timestamp, error)) + func (fake *ChaincodeStub) GetTxTimestampReturns(result1 *timestamp.Timestamp, result2 error) + func (fake *ChaincodeStub) GetTxTimestampReturnsOnCall(i int, result1 *timestamp.Timestamp, result2 error) + func (fake *ChaincodeStub) Invocations() map[string][][]interface{} + func (fake *ChaincodeStub) InvokeChaincode(arg1 string, arg2 [][]byte, arg3 string) peer.Response + func (fake *ChaincodeStub) InvokeChaincodeArgsForCall(i int) (string, [][]byte, string) + func (fake *ChaincodeStub) InvokeChaincodeCallCount() int + func (fake *ChaincodeStub) InvokeChaincodeCalls(stub func(string, [][]byte, string) peer.Response) + func (fake *ChaincodeStub) InvokeChaincodeReturns(result1 peer.Response) + func (fake *ChaincodeStub) InvokeChaincodeReturnsOnCall(i int, result1 peer.Response) + func (fake *ChaincodeStub) PutPrivateData(arg1 string, arg2 string, arg3 []byte) error + func (fake *ChaincodeStub) PutPrivateDataArgsForCall(i int) (string, string, []byte) + func (fake *ChaincodeStub) PutPrivateDataCallCount() int + func (fake *ChaincodeStub) PutPrivateDataCalls(stub func(string, string, []byte) error) + func (fake *ChaincodeStub) PutPrivateDataReturns(result1 error) + func (fake *ChaincodeStub) PutPrivateDataReturnsOnCall(i int, result1 error) + func (fake *ChaincodeStub) PutState(arg1 string, arg2 []byte) error + func (fake *ChaincodeStub) PutStateArgsForCall(i int) (string, []byte) + func (fake *ChaincodeStub) PutStateCallCount() int + func (fake *ChaincodeStub) PutStateCalls(stub func(string, []byte) error) + func (fake *ChaincodeStub) PutStateReturns(result1 error) + func (fake *ChaincodeStub) PutStateReturnsOnCall(i int, result1 error) + func (fake *ChaincodeStub) SetEvent(arg1 string, arg2 []byte) error + func (fake *ChaincodeStub) SetEventArgsForCall(i int) (string, []byte) + func (fake *ChaincodeStub) SetEventCallCount() int + func (fake *ChaincodeStub) SetEventCalls(stub func(string, []byte) error) + func (fake *ChaincodeStub) SetEventReturns(result1 error) + func (fake *ChaincodeStub) SetEventReturnsOnCall(i int, result1 error) + func (fake *ChaincodeStub) SetPrivateDataValidationParameter(arg1 string, arg2 string, arg3 []byte) error + func (fake *ChaincodeStub) SetPrivateDataValidationParameterArgsForCall(i int) (string, string, []byte) + func (fake *ChaincodeStub) SetPrivateDataValidationParameterCallCount() int + func (fake *ChaincodeStub) SetPrivateDataValidationParameterCalls(stub func(string, string, []byte) error) + func (fake *ChaincodeStub) SetPrivateDataValidationParameterReturns(result1 error) + func (fake *ChaincodeStub) SetPrivateDataValidationParameterReturnsOnCall(i int, result1 error) + func (fake *ChaincodeStub) SetStateValidationParameter(arg1 string, arg2 []byte) error + func (fake *ChaincodeStub) SetStateValidationParameterArgsForCall(i int) (string, []byte) + func (fake *ChaincodeStub) SetStateValidationParameterCallCount() int + func (fake *ChaincodeStub) SetStateValidationParameterCalls(stub func(string, []byte) error) + func (fake *ChaincodeStub) SetStateValidationParameterReturns(result1 error) + func (fake *ChaincodeStub) SetStateValidationParameterReturnsOnCall(i int, result1 error) + func (fake *ChaincodeStub) SplitCompositeKey(arg1 string) (string, []string, error) + func (fake *ChaincodeStub) SplitCompositeKeyArgsForCall(i int) string + func (fake *ChaincodeStub) SplitCompositeKeyCallCount() int + func (fake *ChaincodeStub) SplitCompositeKeyCalls(stub func(string) (string, []string, error)) + func (fake *ChaincodeStub) SplitCompositeKeyReturns(result1 string, result2 []string, result3 error) + func (fake *ChaincodeStub) SplitCompositeKeyReturnsOnCall(i int, result1 string, result2 []string, result3 error) + type PackageParser struct + ParseStub func([]byte) (*persistence.ChaincodePackage, error) + func (fake *PackageParser) Invocations() map[string][][]interface{} + func (fake *PackageParser) Parse(arg1 []byte) (*persistence.ChaincodePackage, error) + func (fake *PackageParser) ParseArgsForCall(i int) []byte + func (fake *PackageParser) ParseCallCount() int + func (fake *PackageParser) ParseCalls(stub func([]byte) (*persistence.ChaincodePackage, error)) + func (fake *PackageParser) ParseReturns(result1 *persistence.ChaincodePackage, result2 error) + func (fake *PackageParser) ParseReturnsOnCall(i int, result1 *persistence.ChaincodePackage, result2 error) + type Protobuf struct + MarshalStub func(msg proto.Message) (marshaled []byte, err error) + UnmarshalStub func(marshaled []byte, msg proto.Message) error + func (fake *Protobuf) Invocations() map[string][][]interface{} + func (fake *Protobuf) Marshal(msg proto.Message) (marshaled []byte, err error) + func (fake *Protobuf) MarshalArgsForCall(i int) proto.Message + func (fake *Protobuf) MarshalCallCount() int + func (fake *Protobuf) MarshalReturns(result1 []byte, result2 error) + func (fake *Protobuf) MarshalReturnsOnCall(i int, result1 []byte, result2 error) + func (fake *Protobuf) Unmarshal(marshaled []byte, msg proto.Message) error + func (fake *Protobuf) UnmarshalArgsForCall(i int) ([]byte, proto.Message) + func (fake *Protobuf) UnmarshalCallCount() int + func (fake *Protobuf) UnmarshalReturns(result1 error) + func (fake *Protobuf) UnmarshalReturnsOnCall(i int, result1 error) + type SCCFunctions struct + InstallChaincodeStub func(string, string, []byte) ([]byte, error) + QueryInstalledChaincodeStub func(string, string) ([]byte, error) + func (fake *SCCFunctions) InstallChaincode(arg1 string, arg2 string, arg3 []byte) ([]byte, error) + func (fake *SCCFunctions) InstallChaincodeArgsForCall(i int) (string, string, []byte) + func (fake *SCCFunctions) InstallChaincodeCallCount() int + func (fake *SCCFunctions) InstallChaincodeCalls(stub func(string, string, []byte) ([]byte, error)) + func (fake *SCCFunctions) InstallChaincodeReturns(result1 []byte, result2 error) + func (fake *SCCFunctions) InstallChaincodeReturnsOnCall(i int, result1 []byte, result2 error) + func (fake *SCCFunctions) Invocations() map[string][][]interface{} + func (fake *SCCFunctions) QueryInstalledChaincode(arg1 string, arg2 string) ([]byte, error) + func (fake *SCCFunctions) QueryInstalledChaincodeArgsForCall(i int) (string, string) + func (fake *SCCFunctions) QueryInstalledChaincodeCallCount() int + func (fake *SCCFunctions) QueryInstalledChaincodeCalls(stub func(string, string) ([]byte, error)) + func (fake *SCCFunctions) QueryInstalledChaincodeReturns(result1 []byte, result2 error) + func (fake *SCCFunctions) QueryInstalledChaincodeReturnsOnCall(i int, result1 []byte, result2 error)