Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type ACLProvider
- func (fake *ACLProvider) CheckACL(arg1 string, arg2 string, arg3 interface{}) error
- func (fake *ACLProvider) CheckACLArgsForCall(i int) (string, string, interface{})
- func (fake *ACLProvider) CheckACLCallCount() int
- func (fake *ACLProvider) CheckACLCalls(stub func(string, string, interface{}) error)
- func (fake *ACLProvider) CheckACLReturns(result1 error)
- func (fake *ACLProvider) CheckACLReturnsOnCall(i int, result1 error)
- func (fake *ACLProvider) Invocations() map[string][][]interface{}
- type CertGenerator
- func (fake *CertGenerator) Generate(arg1 string) (*accesscontrol.CertAndPrivKeyPair, error)
- func (fake *CertGenerator) GenerateArgsForCall(i int) string
- func (fake *CertGenerator) GenerateCallCount() int
- func (fake *CertGenerator) GenerateCalls(stub func(string) (*accesscontrol.CertAndPrivKeyPair, error))
- func (fake *CertGenerator) GenerateReturns(result1 *accesscontrol.CertAndPrivKeyPair, result2 error)
- func (fake *CertGenerator) GenerateReturnsOnCall(i int, result1 *accesscontrol.CertAndPrivKeyPair, result2 error)
- func (fake *CertGenerator) Invocations() map[string][][]interface{}
- type ChaincodeDefinitionGetter
- func (fake *ChaincodeDefinitionGetter) ChaincodeDefinition(arg1 string, arg2 ledger.QueryExecutor) (ccprovider.ChaincodeDefinition, error)
- func (fake *ChaincodeDefinitionGetter) ChaincodeDefinitionArgsForCall(i int) (string, ledger.QueryExecutor)
- func (fake *ChaincodeDefinitionGetter) ChaincodeDefinitionCallCount() int
- func (fake *ChaincodeDefinitionGetter) ChaincodeDefinitionCalls(...)
- func (fake *ChaincodeDefinitionGetter) ChaincodeDefinitionReturns(result1 ccprovider.ChaincodeDefinition, result2 error)
- func (fake *ChaincodeDefinitionGetter) ChaincodeDefinitionReturnsOnCall(i int, result1 ccprovider.ChaincodeDefinition, result2 error)
- func (fake *ChaincodeDefinitionGetter) Invocations() map[string][][]interface{}
- type ChaincodeStream
- func (fake *ChaincodeStream) Invocations() map[string][][]interface{}
- func (fake *ChaincodeStream) Recv() (*peer.ChaincodeMessage, error)
- func (fake *ChaincodeStream) RecvCallCount() int
- func (fake *ChaincodeStream) RecvCalls(stub func() (*peer.ChaincodeMessage, error))
- func (fake *ChaincodeStream) RecvReturns(result1 *peer.ChaincodeMessage, result2 error)
- func (fake *ChaincodeStream) RecvReturnsOnCall(i int, result1 *peer.ChaincodeMessage, result2 error)
- func (fake *ChaincodeStream) Send(arg1 *peer.ChaincodeMessage) error
- func (fake *ChaincodeStream) SendArgsForCall(i int) *peer.ChaincodeMessage
- func (fake *ChaincodeStream) SendCallCount() int
- func (fake *ChaincodeStream) SendCalls(stub func(*peer.ChaincodeMessage) error)
- func (fake *ChaincodeStream) SendReturns(result1 error)
- func (fake *ChaincodeStream) SendReturnsOnCall(i int, result1 error)
- type CollectionStore
- func (fake *CollectionStore) AccessFilter(arg1 string, arg2 *common.CollectionPolicyConfig) (privdata.Filter, error)
- func (fake *CollectionStore) AccessFilterArgsForCall(i int) (string, *common.CollectionPolicyConfig)
- func (fake *CollectionStore) AccessFilterCallCount() int
- func (fake *CollectionStore) AccessFilterCalls(stub func(string, *common.CollectionPolicyConfig) (privdata.Filter, error))
- func (fake *CollectionStore) AccessFilterReturns(result1 privdata.Filter, result2 error)
- func (fake *CollectionStore) AccessFilterReturnsOnCall(i int, result1 privdata.Filter, result2 error)
- func (fake *CollectionStore) HasReadAccess(arg1 common.CollectionCriteria, arg2 *peer.SignedProposal, ...) (bool, error)
- func (fake *CollectionStore) HasReadAccessArgsForCall(i int) (common.CollectionCriteria, *peer.SignedProposal, ledger.QueryExecutor)
- func (fake *CollectionStore) HasReadAccessCallCount() int
- func (fake *CollectionStore) HasReadAccessCalls(...)
- func (fake *CollectionStore) HasReadAccessReturns(result1 bool, result2 error)
- func (fake *CollectionStore) HasReadAccessReturnsOnCall(i int, result1 bool, result2 error)
- func (fake *CollectionStore) Invocations() map[string][][]interface{}
- func (fake *CollectionStore) RetrieveCollection(arg1 common.CollectionCriteria) (privdata.Collection, error)
- func (fake *CollectionStore) RetrieveCollectionAccessPolicy(arg1 common.CollectionCriteria) (privdata.CollectionAccessPolicy, error)
- func (fake *CollectionStore) RetrieveCollectionAccessPolicyArgsForCall(i int) common.CollectionCriteria
- func (fake *CollectionStore) RetrieveCollectionAccessPolicyCallCount() int
- func (fake *CollectionStore) RetrieveCollectionAccessPolicyCalls(stub func(common.CollectionCriteria) (privdata.CollectionAccessPolicy, error))
- func (fake *CollectionStore) RetrieveCollectionAccessPolicyReturns(result1 privdata.CollectionAccessPolicy, result2 error)
- func (fake *CollectionStore) RetrieveCollectionAccessPolicyReturnsOnCall(i int, result1 privdata.CollectionAccessPolicy, result2 error)
- func (fake *CollectionStore) RetrieveCollectionArgsForCall(i int) common.CollectionCriteria
- func (fake *CollectionStore) RetrieveCollectionCallCount() int
- func (fake *CollectionStore) RetrieveCollectionCalls(stub func(common.CollectionCriteria) (privdata.Collection, error))
- func (fake *CollectionStore) RetrieveCollectionConfigPackage(arg1 common.CollectionCriteria) (*common.CollectionConfigPackage, error)
- func (fake *CollectionStore) RetrieveCollectionConfigPackageArgsForCall(i int) common.CollectionCriteria
- func (fake *CollectionStore) RetrieveCollectionConfigPackageCallCount() int
- func (fake *CollectionStore) RetrieveCollectionConfigPackageCalls(stub func(common.CollectionCriteria) (*common.CollectionConfigPackage, error))
- func (fake *CollectionStore) RetrieveCollectionConfigPackageReturns(result1 *common.CollectionConfigPackage, result2 error)
- func (fake *CollectionStore) RetrieveCollectionConfigPackageReturnsOnCall(i int, result1 *common.CollectionConfigPackage, result2 error)
- func (fake *CollectionStore) RetrieveCollectionPersistenceConfigs(arg1 common.CollectionCriteria) (privdata.CollectionPersistenceConfigs, error)
- func (fake *CollectionStore) RetrieveCollectionPersistenceConfigsArgsForCall(i int) common.CollectionCriteria
- func (fake *CollectionStore) RetrieveCollectionPersistenceConfigsCallCount() int
- func (fake *CollectionStore) RetrieveCollectionPersistenceConfigsCalls(...)
- func (fake *CollectionStore) RetrieveCollectionPersistenceConfigsReturns(result1 privdata.CollectionPersistenceConfigs, result2 error)
- func (fake *CollectionStore) RetrieveCollectionPersistenceConfigsReturnsOnCall(i int, result1 privdata.CollectionPersistenceConfigs, result2 error)
- func (fake *CollectionStore) RetrieveCollectionReturns(result1 privdata.Collection, result2 error)
- func (fake *CollectionStore) RetrieveCollectionReturnsOnCall(i int, result1 privdata.Collection, result2 error)
- type HistoryQueryExecutor
- func (fake *HistoryQueryExecutor) GetHistoryForKey(arg1 string, arg2 string) (ledger.ResultsIterator, error)
- func (fake *HistoryQueryExecutor) GetHistoryForKeyArgsForCall(i int) (string, string)
- func (fake *HistoryQueryExecutor) GetHistoryForKeyCallCount() int
- func (fake *HistoryQueryExecutor) GetHistoryForKeyCalls(stub func(string, string) (ledger.ResultsIterator, error))
- func (fake *HistoryQueryExecutor) GetHistoryForKeyReturns(result1 ledger.ResultsIterator, result2 error)
- func (fake *HistoryQueryExecutor) GetHistoryForKeyReturnsOnCall(i int, result1 ledger.ResultsIterator, result2 error)
- func (fake *HistoryQueryExecutor) Invocations() map[string][][]interface{}
- type InstantiationPolicyChecker
- func (fake *InstantiationPolicyChecker) CheckInstantiationPolicy(arg1 string, arg2 string, arg3 *ccprovider.ChaincodeData) error
- func (fake *InstantiationPolicyChecker) CheckInstantiationPolicyArgsForCall(i int) (string, string, *ccprovider.ChaincodeData)
- func (fake *InstantiationPolicyChecker) CheckInstantiationPolicyCallCount() int
- func (fake *InstantiationPolicyChecker) CheckInstantiationPolicyCalls(stub func(string, string, *ccprovider.ChaincodeData) error)
- func (fake *InstantiationPolicyChecker) CheckInstantiationPolicyReturns(result1 error)
- func (fake *InstantiationPolicyChecker) CheckInstantiationPolicyReturnsOnCall(i int, result1 error)
- func (fake *InstantiationPolicyChecker) Invocations() map[string][][]interface{}
- type Invoker
- func (fake *Invoker) Invocations() map[string][][]interface{}
- func (fake *Invoker) Invoke(arg1 *ccprovider.TransactionParams, arg2 *ccprovider.CCContext, ...) (*peer.ChaincodeMessage, error)
- func (fake *Invoker) InvokeArgsForCall(i int) (*ccprovider.TransactionParams, *ccprovider.CCContext, *peer.ChaincodeInput)
- func (fake *Invoker) InvokeCallCount() int
- func (fake *Invoker) InvokeCalls(...)
- func (fake *Invoker) InvokeReturns(result1 *peer.ChaincodeMessage, result2 error)
- func (fake *Invoker) InvokeReturnsOnCall(i int, result1 *peer.ChaincodeMessage, result2 error)
- type LedgerGetter
- func (fake *LedgerGetter) GetLedger(arg1 string) ledger.PeerLedger
- func (fake *LedgerGetter) GetLedgerArgsForCall(i int) string
- func (fake *LedgerGetter) GetLedgerCallCount() int
- func (fake *LedgerGetter) GetLedgerCalls(stub func(string) ledger.PeerLedger)
- func (fake *LedgerGetter) GetLedgerReturns(result1 ledger.PeerLedger)
- func (fake *LedgerGetter) GetLedgerReturnsOnCall(i int, result1 ledger.PeerLedger)
- func (fake *LedgerGetter) Invocations() map[string][][]interface{}
- type Lifecycle
- func (fake *Lifecycle) ChaincodeContainerInfo(arg1 string, arg2 string) (*ccprovider.ChaincodeContainerInfo, error)
- func (fake *Lifecycle) ChaincodeContainerInfoArgsForCall(i int) (string, string)
- func (fake *Lifecycle) ChaincodeContainerInfoCallCount() int
- func (fake *Lifecycle) ChaincodeContainerInfoCalls(stub func(string, string) (*ccprovider.ChaincodeContainerInfo, error))
- func (fake *Lifecycle) ChaincodeContainerInfoReturns(result1 *ccprovider.ChaincodeContainerInfo, result2 error)
- func (fake *Lifecycle) ChaincodeContainerInfoReturnsOnCall(i int, result1 *ccprovider.ChaincodeContainerInfo, result2 error)
- func (fake *Lifecycle) ChaincodeDefinition(arg1 string, arg2 ledger.QueryExecutor) (ccprovider.ChaincodeDefinition, error)
- func (fake *Lifecycle) ChaincodeDefinitionArgsForCall(i int) (string, ledger.QueryExecutor)
- func (fake *Lifecycle) ChaincodeDefinitionCallCount() int
- func (fake *Lifecycle) ChaincodeDefinitionCalls(...)
- func (fake *Lifecycle) ChaincodeDefinitionReturns(result1 ccprovider.ChaincodeDefinition, result2 error)
- func (fake *Lifecycle) ChaincodeDefinitionReturnsOnCall(i int, result1 ccprovider.ChaincodeDefinition, result2 error)
- func (fake *Lifecycle) Invocations() map[string][][]interface{}
- type PackageProvider
- func (fake *PackageProvider) GetChaincodeCodePackage(arg1 string, arg2 string) ([]byte, error)
- func (fake *PackageProvider) GetChaincodeCodePackageArgsForCall(i int) (string, string)
- func (fake *PackageProvider) GetChaincodeCodePackageCallCount() int
- func (fake *PackageProvider) GetChaincodeCodePackageCalls(stub func(string, string) ([]byte, error))
- func (fake *PackageProvider) GetChaincodeCodePackageReturns(result1 []byte, result2 error)
- func (fake *PackageProvider) GetChaincodeCodePackageReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *PackageProvider) Invocations() map[string][][]interface{}
- type PeerLedger
- func (fake *PeerLedger) Close()
- func (fake *PeerLedger) CloseCallCount() int
- func (fake *PeerLedger) CloseCalls(stub func())
- func (fake *PeerLedger) CommitPvtDataOfOldBlocks(arg1 []*ledgera.BlockPvtData) ([]*ledgera.PvtdataHashMismatch, error)
- func (fake *PeerLedger) CommitPvtDataOfOldBlocksArgsForCall(i int) []*ledgera.BlockPvtData
- func (fake *PeerLedger) CommitPvtDataOfOldBlocksCallCount() int
- func (fake *PeerLedger) CommitPvtDataOfOldBlocksCalls(stub func([]*ledgera.BlockPvtData) ([]*ledgera.PvtdataHashMismatch, error))
- func (fake *PeerLedger) CommitPvtDataOfOldBlocksReturns(result1 []*ledgera.PvtdataHashMismatch, result2 error)
- func (fake *PeerLedger) CommitPvtDataOfOldBlocksReturnsOnCall(i int, result1 []*ledgera.PvtdataHashMismatch, result2 error)
- func (fake *PeerLedger) CommitWithPvtData(arg1 *ledgera.BlockAndPvtData) error
- func (fake *PeerLedger) CommitWithPvtDataArgsForCall(i int) *ledgera.BlockAndPvtData
- func (fake *PeerLedger) CommitWithPvtDataCallCount() int
- func (fake *PeerLedger) CommitWithPvtDataCalls(stub func(*ledgera.BlockAndPvtData) error)
- func (fake *PeerLedger) CommitWithPvtDataReturns(result1 error)
- func (fake *PeerLedger) CommitWithPvtDataReturnsOnCall(i int, result1 error)
- func (fake *PeerLedger) GetBlockByHash(arg1 []byte) (*common.Block, error)
- func (fake *PeerLedger) GetBlockByHashArgsForCall(i int) []byte
- func (fake *PeerLedger) GetBlockByHashCallCount() int
- func (fake *PeerLedger) GetBlockByHashCalls(stub func([]byte) (*common.Block, error))
- func (fake *PeerLedger) GetBlockByHashReturns(result1 *common.Block, result2 error)
- func (fake *PeerLedger) GetBlockByHashReturnsOnCall(i int, result1 *common.Block, result2 error)
- func (fake *PeerLedger) GetBlockByNumber(arg1 uint64) (*common.Block, error)
- func (fake *PeerLedger) GetBlockByNumberArgsForCall(i int) uint64
- func (fake *PeerLedger) GetBlockByNumberCallCount() int
- func (fake *PeerLedger) GetBlockByNumberCalls(stub func(uint64) (*common.Block, error))
- func (fake *PeerLedger) GetBlockByNumberReturns(result1 *common.Block, result2 error)
- func (fake *PeerLedger) GetBlockByNumberReturnsOnCall(i int, result1 *common.Block, result2 error)
- func (fake *PeerLedger) GetBlockByTxID(arg1 string) (*common.Block, error)
- func (fake *PeerLedger) GetBlockByTxIDArgsForCall(i int) string
- func (fake *PeerLedger) GetBlockByTxIDCallCount() int
- func (fake *PeerLedger) GetBlockByTxIDCalls(stub func(string) (*common.Block, error))
- func (fake *PeerLedger) GetBlockByTxIDReturns(result1 *common.Block, result2 error)
- func (fake *PeerLedger) GetBlockByTxIDReturnsOnCall(i int, result1 *common.Block, result2 error)
- func (fake *PeerLedger) GetBlockchainInfo() (*common.BlockchainInfo, error)
- func (fake *PeerLedger) GetBlockchainInfoCallCount() int
- func (fake *PeerLedger) GetBlockchainInfoCalls(stub func() (*common.BlockchainInfo, error))
- func (fake *PeerLedger) GetBlockchainInfoReturns(result1 *common.BlockchainInfo, result2 error)
- func (fake *PeerLedger) GetBlockchainInfoReturnsOnCall(i int, result1 *common.BlockchainInfo, result2 error)
- func (fake *PeerLedger) GetBlocksIterator(arg1 uint64) (ledger.ResultsIterator, error)
- func (fake *PeerLedger) GetBlocksIteratorArgsForCall(i int) uint64
- func (fake *PeerLedger) GetBlocksIteratorCallCount() int
- func (fake *PeerLedger) GetBlocksIteratorCalls(stub func(uint64) (ledger.ResultsIterator, error))
- func (fake *PeerLedger) GetBlocksIteratorReturns(result1 ledger.ResultsIterator, result2 error)
- func (fake *PeerLedger) GetBlocksIteratorReturnsOnCall(i int, result1 ledger.ResultsIterator, result2 error)
- func (fake *PeerLedger) GetConfigHistoryRetriever() (ledgera.ConfigHistoryRetriever, error)
- func (fake *PeerLedger) GetConfigHistoryRetrieverCallCount() int
- func (fake *PeerLedger) GetConfigHistoryRetrieverCalls(stub func() (ledgera.ConfigHistoryRetriever, error))
- func (fake *PeerLedger) GetConfigHistoryRetrieverReturns(result1 ledgera.ConfigHistoryRetriever, result2 error)
- func (fake *PeerLedger) GetConfigHistoryRetrieverReturnsOnCall(i int, result1 ledgera.ConfigHistoryRetriever, result2 error)
- func (fake *PeerLedger) GetMissingPvtDataTracker() (ledgera.MissingPvtDataTracker, error)
- func (fake *PeerLedger) GetMissingPvtDataTrackerCallCount() int
- func (fake *PeerLedger) GetMissingPvtDataTrackerCalls(stub func() (ledgera.MissingPvtDataTracker, error))
- func (fake *PeerLedger) GetMissingPvtDataTrackerReturns(result1 ledgera.MissingPvtDataTracker, result2 error)
- func (fake *PeerLedger) GetMissingPvtDataTrackerReturnsOnCall(i int, result1 ledgera.MissingPvtDataTracker, result2 error)
- func (fake *PeerLedger) GetPvtDataAndBlockByNum(arg1 uint64, arg2 ledgera.PvtNsCollFilter) (*ledgera.BlockAndPvtData, error)
- func (fake *PeerLedger) GetPvtDataAndBlockByNumArgsForCall(i int) (uint64, ledgera.PvtNsCollFilter)
- func (fake *PeerLedger) GetPvtDataAndBlockByNumCallCount() int
- func (fake *PeerLedger) GetPvtDataAndBlockByNumCalls(stub func(uint64, ledgera.PvtNsCollFilter) (*ledgera.BlockAndPvtData, error))
- func (fake *PeerLedger) GetPvtDataAndBlockByNumReturns(result1 *ledgera.BlockAndPvtData, result2 error)
- func (fake *PeerLedger) GetPvtDataAndBlockByNumReturnsOnCall(i int, result1 *ledgera.BlockAndPvtData, result2 error)
- func (fake *PeerLedger) GetPvtDataByNum(arg1 uint64, arg2 ledgera.PvtNsCollFilter) ([]*ledgera.TxPvtData, error)
- func (fake *PeerLedger) GetPvtDataByNumArgsForCall(i int) (uint64, ledgera.PvtNsCollFilter)
- func (fake *PeerLedger) GetPvtDataByNumCallCount() int
- func (fake *PeerLedger) GetPvtDataByNumCalls(stub func(uint64, ledgera.PvtNsCollFilter) ([]*ledgera.TxPvtData, error))
- func (fake *PeerLedger) GetPvtDataByNumReturns(result1 []*ledgera.TxPvtData, result2 error)
- func (fake *PeerLedger) GetPvtDataByNumReturnsOnCall(i int, result1 []*ledgera.TxPvtData, result2 error)
- func (fake *PeerLedger) GetTransactionByID(arg1 string) (*peer.ProcessedTransaction, error)
- func (fake *PeerLedger) GetTransactionByIDArgsForCall(i int) string
- func (fake *PeerLedger) GetTransactionByIDCallCount() int
- func (fake *PeerLedger) GetTransactionByIDCalls(stub func(string) (*peer.ProcessedTransaction, error))
- func (fake *PeerLedger) GetTransactionByIDReturns(result1 *peer.ProcessedTransaction, result2 error)
- func (fake *PeerLedger) GetTransactionByIDReturnsOnCall(i int, result1 *peer.ProcessedTransaction, result2 error)
- func (fake *PeerLedger) GetTxValidationCodeByTxID(arg1 string) (peer.TxValidationCode, error)
- func (fake *PeerLedger) GetTxValidationCodeByTxIDArgsForCall(i int) string
- func (fake *PeerLedger) GetTxValidationCodeByTxIDCallCount() int
- func (fake *PeerLedger) GetTxValidationCodeByTxIDCalls(stub func(string) (peer.TxValidationCode, error))
- func (fake *PeerLedger) GetTxValidationCodeByTxIDReturns(result1 peer.TxValidationCode, result2 error)
- func (fake *PeerLedger) GetTxValidationCodeByTxIDReturnsOnCall(i int, result1 peer.TxValidationCode, result2 error)
- func (fake *PeerLedger) Invocations() map[string][][]interface{}
- func (fake *PeerLedger) NewHistoryQueryExecutor() (ledgera.HistoryQueryExecutor, error)
- func (fake *PeerLedger) NewHistoryQueryExecutorCallCount() int
- func (fake *PeerLedger) NewHistoryQueryExecutorCalls(stub func() (ledgera.HistoryQueryExecutor, error))
- func (fake *PeerLedger) NewHistoryQueryExecutorReturns(result1 ledgera.HistoryQueryExecutor, result2 error)
- func (fake *PeerLedger) NewHistoryQueryExecutorReturnsOnCall(i int, result1 ledgera.HistoryQueryExecutor, result2 error)
- func (fake *PeerLedger) NewQueryExecutor() (ledgera.QueryExecutor, error)
- func (fake *PeerLedger) NewQueryExecutorCallCount() int
- func (fake *PeerLedger) NewQueryExecutorCalls(stub func() (ledgera.QueryExecutor, error))
- func (fake *PeerLedger) NewQueryExecutorReturns(result1 ledgera.QueryExecutor, result2 error)
- func (fake *PeerLedger) NewQueryExecutorReturnsOnCall(i int, result1 ledgera.QueryExecutor, result2 error)
- func (fake *PeerLedger) NewTxSimulator(arg1 string) (ledgera.TxSimulator, error)
- func (fake *PeerLedger) NewTxSimulatorArgsForCall(i int) string
- func (fake *PeerLedger) NewTxSimulatorCallCount() int
- func (fake *PeerLedger) NewTxSimulatorCalls(stub func(string) (ledgera.TxSimulator, error))
- func (fake *PeerLedger) NewTxSimulatorReturns(result1 ledgera.TxSimulator, result2 error)
- func (fake *PeerLedger) NewTxSimulatorReturnsOnCall(i int, result1 ledgera.TxSimulator, result2 error)
- func (fake *PeerLedger) PrivateDataMinBlockNum() (uint64, error)
- func (fake *PeerLedger) PrivateDataMinBlockNumCallCount() int
- func (fake *PeerLedger) PrivateDataMinBlockNumCalls(stub func() (uint64, error))
- func (fake *PeerLedger) PrivateDataMinBlockNumReturns(result1 uint64, result2 error)
- func (fake *PeerLedger) PrivateDataMinBlockNumReturnsOnCall(i int, result1 uint64, result2 error)
- func (fake *PeerLedger) Prune(arg1 ledger.PrunePolicy) error
- func (fake *PeerLedger) PruneArgsForCall(i int) ledger.PrunePolicy
- func (fake *PeerLedger) PruneCallCount() int
- func (fake *PeerLedger) PruneCalls(stub func(ledger.PrunePolicy) error)
- func (fake *PeerLedger) PruneReturns(result1 error)
- func (fake *PeerLedger) PruneReturnsOnCall(i int, result1 error)
- func (fake *PeerLedger) PurgePrivateData(arg1 uint64) error
- func (fake *PeerLedger) PurgePrivateDataArgsForCall(i int) uint64
- func (fake *PeerLedger) PurgePrivateDataCallCount() int
- func (fake *PeerLedger) PurgePrivateDataCalls(stub func(uint64) error)
- func (fake *PeerLedger) PurgePrivateDataReturns(result1 error)
- func (fake *PeerLedger) PurgePrivateDataReturnsOnCall(i int, result1 error)
- type Processor
- func (fake *Processor) Invocations() map[string][][]interface{}
- func (fake *Processor) Process(arg1 string, arg2 container.VMCReq) error
- func (fake *Processor) ProcessArgsForCall(i int) (string, container.VMCReq)
- func (fake *Processor) ProcessCallCount() int
- func (fake *Processor) ProcessCalls(stub func(string, container.VMCReq) error)
- func (fake *Processor) ProcessReturns(result1 error)
- func (fake *Processor) ProcessReturnsOnCall(i int, result1 error)
- type QueryResultsIterator
- func (fake *QueryResultsIterator) Close()
- func (fake *QueryResultsIterator) CloseCallCount() int
- func (fake *QueryResultsIterator) CloseCalls(stub func())
- func (fake *QueryResultsIterator) GetBookmarkAndClose() string
- func (fake *QueryResultsIterator) GetBookmarkAndCloseCallCount() int
- func (fake *QueryResultsIterator) GetBookmarkAndCloseCalls(stub func() string)
- func (fake *QueryResultsIterator) GetBookmarkAndCloseReturns(result1 string)
- func (fake *QueryResultsIterator) GetBookmarkAndCloseReturnsOnCall(i int, result1 string)
- func (fake *QueryResultsIterator) Invocations() map[string][][]interface{}
- func (fake *QueryResultsIterator) Next() (ledger.QueryResult, error)
- func (fake *QueryResultsIterator) NextCallCount() int
- func (fake *QueryResultsIterator) NextCalls(stub func() (ledger.QueryResult, error))
- func (fake *QueryResultsIterator) NextReturns(result1 ledger.QueryResult, result2 error)
- func (fake *QueryResultsIterator) NextReturnsOnCall(i int, result1 ledger.QueryResult, result2 error)
- type Runtime
- func (fake *Runtime) Invocations() map[string][][]interface{}
- func (fake *Runtime) Start(arg1 *ccprovider.ChaincodeContainerInfo, arg2 []byte) error
- func (fake *Runtime) StartArgsForCall(i int) (*ccprovider.ChaincodeContainerInfo, []byte)
- func (fake *Runtime) StartCallCount() int
- func (fake *Runtime) StartCalls(stub func(*ccprovider.ChaincodeContainerInfo, []byte) error)
- func (fake *Runtime) StartReturns(result1 error)
- func (fake *Runtime) StartReturnsOnCall(i int, result1 error)
- func (fake *Runtime) Stop(arg1 *ccprovider.ChaincodeContainerInfo) error
- func (fake *Runtime) StopArgsForCall(i int) *ccprovider.ChaincodeContainerInfo
- func (fake *Runtime) StopCallCount() int
- func (fake *Runtime) StopCalls(stub func(*ccprovider.ChaincodeContainerInfo) error)
- func (fake *Runtime) StopReturns(result1 error)
- func (fake *Runtime) StopReturnsOnCall(i int, result1 error)
- func (fake *Runtime) Wait(arg1 *ccprovider.ChaincodeContainerInfo) (int, error)
- func (fake *Runtime) WaitArgsForCall(i int) *ccprovider.ChaincodeContainerInfo
- func (fake *Runtime) WaitCallCount() int
- func (fake *Runtime) WaitCalls(stub func(*ccprovider.ChaincodeContainerInfo) (int, error))
- func (fake *Runtime) WaitReturns(result1 int, result2 error)
- func (fake *Runtime) WaitReturnsOnCall(i int, result1 int, result2 error)
- type SystemCCProvider
- func (fake *SystemCCProvider) Invocations() map[string][][]interface{}
- func (fake *SystemCCProvider) IsSysCC(arg1 string) bool
- func (fake *SystemCCProvider) IsSysCCAndNotInvokableCC2CC(arg1 string) bool
- func (fake *SystemCCProvider) IsSysCCAndNotInvokableCC2CCArgsForCall(i int) string
- func (fake *SystemCCProvider) IsSysCCAndNotInvokableCC2CCCallCount() int
- func (fake *SystemCCProvider) IsSysCCAndNotInvokableCC2CCCalls(stub func(string) bool)
- func (fake *SystemCCProvider) IsSysCCAndNotInvokableCC2CCReturns(result1 bool)
- func (fake *SystemCCProvider) IsSysCCAndNotInvokableCC2CCReturnsOnCall(i int, result1 bool)
- func (fake *SystemCCProvider) IsSysCCArgsForCall(i int) string
- func (fake *SystemCCProvider) IsSysCCCallCount() int
- func (fake *SystemCCProvider) IsSysCCCalls(stub func(string) bool)
- func (fake *SystemCCProvider) IsSysCCReturns(result1 bool)
- func (fake *SystemCCProvider) IsSysCCReturnsOnCall(i int, result1 bool)
- type TransactionRegistry
- func (fake *TransactionRegistry) Add(arg1 string, arg2 string) bool
- func (fake *TransactionRegistry) AddArgsForCall(i int) (string, string)
- func (fake *TransactionRegistry) AddCallCount() int
- func (fake *TransactionRegistry) AddCalls(stub func(string, string) bool)
- func (fake *TransactionRegistry) AddReturns(result1 bool)
- func (fake *TransactionRegistry) AddReturnsOnCall(i int, result1 bool)
- func (fake *TransactionRegistry) Invocations() map[string][][]interface{}
- func (fake *TransactionRegistry) Remove(arg1 string, arg2 string)
- func (fake *TransactionRegistry) RemoveArgsForCall(i int) (string, string)
- func (fake *TransactionRegistry) RemoveCallCount() int
- func (fake *TransactionRegistry) RemoveCalls(stub func(string, string))
- type TxSimulator
- func (fake *TxSimulator) DeletePrivateData(arg1 string, arg2 string, arg3 string) error
- func (fake *TxSimulator) DeletePrivateDataArgsForCall(i int) (string, string, string)
- func (fake *TxSimulator) DeletePrivateDataCallCount() int
- func (fake *TxSimulator) DeletePrivateDataCalls(stub func(string, string, string) error)
- func (fake *TxSimulator) DeletePrivateDataMetadata(arg1 string, arg2 string, arg3 string) error
- func (fake *TxSimulator) DeletePrivateDataMetadataArgsForCall(i int) (string, string, string)
- func (fake *TxSimulator) DeletePrivateDataMetadataCallCount() int
- func (fake *TxSimulator) DeletePrivateDataMetadataCalls(stub func(string, string, string) error)
- func (fake *TxSimulator) DeletePrivateDataMetadataReturns(result1 error)
- func (fake *TxSimulator) DeletePrivateDataMetadataReturnsOnCall(i int, result1 error)
- func (fake *TxSimulator) DeletePrivateDataReturns(result1 error)
- func (fake *TxSimulator) DeletePrivateDataReturnsOnCall(i int, result1 error)
- func (fake *TxSimulator) DeleteState(arg1 string, arg2 string) error
- func (fake *TxSimulator) DeleteStateArgsForCall(i int) (string, string)
- func (fake *TxSimulator) DeleteStateCallCount() int
- func (fake *TxSimulator) DeleteStateCalls(stub func(string, string) error)
- func (fake *TxSimulator) DeleteStateMetadata(arg1 string, arg2 string) error
- func (fake *TxSimulator) DeleteStateMetadataArgsForCall(i int) (string, string)
- func (fake *TxSimulator) DeleteStateMetadataCallCount() int
- func (fake *TxSimulator) DeleteStateMetadataCalls(stub func(string, string) error)
- func (fake *TxSimulator) DeleteStateMetadataReturns(result1 error)
- func (fake *TxSimulator) DeleteStateMetadataReturnsOnCall(i int, result1 error)
- func (fake *TxSimulator) DeleteStateReturns(result1 error)
- func (fake *TxSimulator) DeleteStateReturnsOnCall(i int, result1 error)
- func (fake *TxSimulator) Done()
- func (fake *TxSimulator) DoneCallCount() int
- func (fake *TxSimulator) DoneCalls(stub func())
- func (fake *TxSimulator) ExecuteQuery(arg1 string, arg2 string) (ledger.ResultsIterator, error)
- func (fake *TxSimulator) ExecuteQueryArgsForCall(i int) (string, string)
- func (fake *TxSimulator) ExecuteQueryCallCount() int
- func (fake *TxSimulator) ExecuteQueryCalls(stub func(string, string) (ledger.ResultsIterator, error))
- func (fake *TxSimulator) ExecuteQueryOnPrivateData(arg1 string, arg2 string, arg3 string) (ledger.ResultsIterator, error)
- func (fake *TxSimulator) ExecuteQueryOnPrivateDataArgsForCall(i int) (string, string, string)
- func (fake *TxSimulator) ExecuteQueryOnPrivateDataCallCount() int
- func (fake *TxSimulator) ExecuteQueryOnPrivateDataCalls(stub func(string, string, string) (ledger.ResultsIterator, error))
- func (fake *TxSimulator) ExecuteQueryOnPrivateDataReturns(result1 ledger.ResultsIterator, result2 error)
- func (fake *TxSimulator) ExecuteQueryOnPrivateDataReturnsOnCall(i int, result1 ledger.ResultsIterator, result2 error)
- func (fake *TxSimulator) ExecuteQueryReturns(result1 ledger.ResultsIterator, result2 error)
- func (fake *TxSimulator) ExecuteQueryReturnsOnCall(i int, result1 ledger.ResultsIterator, result2 error)
- func (fake *TxSimulator) ExecuteQueryWithMetadata(arg1 string, arg2 string, arg3 map[string]interface{}) (ledgera.QueryResultsIterator, error)
- func (fake *TxSimulator) ExecuteQueryWithMetadataArgsForCall(i int) (string, string, map[string]interface{})
- func (fake *TxSimulator) ExecuteQueryWithMetadataCallCount() int
- func (fake *TxSimulator) ExecuteQueryWithMetadataCalls(...)
- func (fake *TxSimulator) ExecuteQueryWithMetadataReturns(result1 ledgera.QueryResultsIterator, result2 error)
- func (fake *TxSimulator) ExecuteQueryWithMetadataReturnsOnCall(i int, result1 ledgera.QueryResultsIterator, result2 error)
- func (fake *TxSimulator) ExecuteUpdate(arg1 string) error
- func (fake *TxSimulator) ExecuteUpdateArgsForCall(i int) string
- func (fake *TxSimulator) ExecuteUpdateCallCount() int
- func (fake *TxSimulator) ExecuteUpdateCalls(stub func(string) error)
- func (fake *TxSimulator) ExecuteUpdateReturns(result1 error)
- func (fake *TxSimulator) ExecuteUpdateReturnsOnCall(i int, result1 error)
- func (fake *TxSimulator) GetPrivateData(arg1 string, arg2 string, arg3 string) ([]byte, error)
- func (fake *TxSimulator) GetPrivateDataArgsForCall(i int) (string, string, string)
- func (fake *TxSimulator) GetPrivateDataCallCount() int
- func (fake *TxSimulator) GetPrivateDataCalls(stub func(string, string, string) ([]byte, error))
- func (fake *TxSimulator) GetPrivateDataMetadata(arg1 string, arg2 string, arg3 string) (map[string][]byte, error)
- func (fake *TxSimulator) GetPrivateDataMetadataArgsForCall(i int) (string, string, string)
- func (fake *TxSimulator) GetPrivateDataMetadataByHash(arg1 string, arg2 string, arg3 []byte) (map[string][]byte, error)
- func (fake *TxSimulator) GetPrivateDataMetadataByHashArgsForCall(i int) (string, string, []byte)
- func (fake *TxSimulator) GetPrivateDataMetadataByHashCallCount() int
- func (fake *TxSimulator) GetPrivateDataMetadataByHashCalls(stub func(string, string, []byte) (map[string][]byte, error))
- func (fake *TxSimulator) GetPrivateDataMetadataByHashReturns(result1 map[string][]byte, result2 error)
- func (fake *TxSimulator) GetPrivateDataMetadataByHashReturnsOnCall(i int, result1 map[string][]byte, result2 error)
- func (fake *TxSimulator) GetPrivateDataMetadataCallCount() int
- func (fake *TxSimulator) GetPrivateDataMetadataCalls(stub func(string, string, string) (map[string][]byte, error))
- func (fake *TxSimulator) GetPrivateDataMetadataReturns(result1 map[string][]byte, result2 error)
- func (fake *TxSimulator) GetPrivateDataMetadataReturnsOnCall(i int, result1 map[string][]byte, result2 error)
- func (fake *TxSimulator) GetPrivateDataMultipleKeys(arg1 string, arg2 string, arg3 []string) ([][]byte, error)
- func (fake *TxSimulator) GetPrivateDataMultipleKeysArgsForCall(i int) (string, string, []string)
- func (fake *TxSimulator) GetPrivateDataMultipleKeysCallCount() int
- func (fake *TxSimulator) GetPrivateDataMultipleKeysCalls(stub func(string, string, []string) ([][]byte, error))
- func (fake *TxSimulator) GetPrivateDataMultipleKeysReturns(result1 [][]byte, result2 error)
- func (fake *TxSimulator) GetPrivateDataMultipleKeysReturnsOnCall(i int, result1 [][]byte, result2 error)
- func (fake *TxSimulator) GetPrivateDataRangeScanIterator(arg1 string, arg2 string, arg3 string, arg4 string) (ledger.ResultsIterator, error)
- func (fake *TxSimulator) GetPrivateDataRangeScanIteratorArgsForCall(i int) (string, string, string, string)
- func (fake *TxSimulator) GetPrivateDataRangeScanIteratorCallCount() int
- func (fake *TxSimulator) GetPrivateDataRangeScanIteratorCalls(stub func(string, string, string, string) (ledger.ResultsIterator, error))
- func (fake *TxSimulator) GetPrivateDataRangeScanIteratorReturns(result1 ledger.ResultsIterator, result2 error)
- func (fake *TxSimulator) GetPrivateDataRangeScanIteratorReturnsOnCall(i int, result1 ledger.ResultsIterator, result2 error)
- func (fake *TxSimulator) GetPrivateDataReturns(result1 []byte, result2 error)
- func (fake *TxSimulator) GetPrivateDataReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *TxSimulator) GetState(arg1 string, arg2 string) ([]byte, error)
- func (fake *TxSimulator) GetStateArgsForCall(i int) (string, string)
- func (fake *TxSimulator) GetStateCallCount() int
- func (fake *TxSimulator) GetStateCalls(stub func(string, string) ([]byte, error))
- func (fake *TxSimulator) GetStateMetadata(arg1 string, arg2 string) (map[string][]byte, error)
- func (fake *TxSimulator) GetStateMetadataArgsForCall(i int) (string, string)
- func (fake *TxSimulator) GetStateMetadataCallCount() int
- func (fake *TxSimulator) GetStateMetadataCalls(stub func(string, string) (map[string][]byte, error))
- func (fake *TxSimulator) GetStateMetadataReturns(result1 map[string][]byte, result2 error)
- func (fake *TxSimulator) GetStateMetadataReturnsOnCall(i int, result1 map[string][]byte, result2 error)
- func (fake *TxSimulator) GetStateMultipleKeys(arg1 string, arg2 []string) ([][]byte, error)
- func (fake *TxSimulator) GetStateMultipleKeysArgsForCall(i int) (string, []string)
- func (fake *TxSimulator) GetStateMultipleKeysCallCount() int
- func (fake *TxSimulator) GetStateMultipleKeysCalls(stub func(string, []string) ([][]byte, error))
- func (fake *TxSimulator) GetStateMultipleKeysReturns(result1 [][]byte, result2 error)
- func (fake *TxSimulator) GetStateMultipleKeysReturnsOnCall(i int, result1 [][]byte, result2 error)
- func (fake *TxSimulator) GetStateRangeScanIterator(arg1 string, arg2 string, arg3 string) (ledger.ResultsIterator, error)
- func (fake *TxSimulator) GetStateRangeScanIteratorArgsForCall(i int) (string, string, string)
- func (fake *TxSimulator) GetStateRangeScanIteratorCallCount() int
- func (fake *TxSimulator) GetStateRangeScanIteratorCalls(stub func(string, string, string) (ledger.ResultsIterator, error))
- func (fake *TxSimulator) GetStateRangeScanIteratorReturns(result1 ledger.ResultsIterator, result2 error)
- func (fake *TxSimulator) GetStateRangeScanIteratorReturnsOnCall(i int, result1 ledger.ResultsIterator, result2 error)
- func (fake *TxSimulator) GetStateRangeScanIteratorWithMetadata(arg1 string, arg2 string, arg3 string, arg4 map[string]interface{}) (ledgera.QueryResultsIterator, error)
- func (fake *TxSimulator) GetStateRangeScanIteratorWithMetadataArgsForCall(i int) (string, string, string, map[string]interface{})
- func (fake *TxSimulator) GetStateRangeScanIteratorWithMetadataCallCount() int
- func (fake *TxSimulator) GetStateRangeScanIteratorWithMetadataCalls(...)
- func (fake *TxSimulator) GetStateRangeScanIteratorWithMetadataReturns(result1 ledgera.QueryResultsIterator, result2 error)
- func (fake *TxSimulator) GetStateRangeScanIteratorWithMetadataReturnsOnCall(i int, result1 ledgera.QueryResultsIterator, result2 error)
- func (fake *TxSimulator) GetStateReturns(result1 []byte, result2 error)
- func (fake *TxSimulator) GetStateReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *TxSimulator) GetTxSimulationResults() (*ledgera.TxSimulationResults, error)
- func (fake *TxSimulator) GetTxSimulationResultsCallCount() int
- func (fake *TxSimulator) GetTxSimulationResultsCalls(stub func() (*ledgera.TxSimulationResults, error))
- func (fake *TxSimulator) GetTxSimulationResultsReturns(result1 *ledgera.TxSimulationResults, result2 error)
- func (fake *TxSimulator) GetTxSimulationResultsReturnsOnCall(i int, result1 *ledgera.TxSimulationResults, result2 error)
- func (fake *TxSimulator) Invocations() map[string][][]interface{}
- func (fake *TxSimulator) SetPrivateData(arg1 string, arg2 string, arg3 string, arg4 []byte) error
- func (fake *TxSimulator) SetPrivateDataArgsForCall(i int) (string, string, string, []byte)
- func (fake *TxSimulator) SetPrivateDataCallCount() int
- func (fake *TxSimulator) SetPrivateDataCalls(stub func(string, string, string, []byte) error)
- func (fake *TxSimulator) SetPrivateDataMetadata(arg1 string, arg2 string, arg3 string, arg4 map[string][]byte) error
- func (fake *TxSimulator) SetPrivateDataMetadataArgsForCall(i int) (string, string, string, map[string][]byte)
- func (fake *TxSimulator) SetPrivateDataMetadataCallCount() int
- func (fake *TxSimulator) SetPrivateDataMetadataCalls(stub func(string, string, string, map[string][]byte) error)
- func (fake *TxSimulator) SetPrivateDataMetadataReturns(result1 error)
- func (fake *TxSimulator) SetPrivateDataMetadataReturnsOnCall(i int, result1 error)
- func (fake *TxSimulator) SetPrivateDataMultipleKeys(arg1 string, arg2 string, arg3 map[string][]byte) error
- func (fake *TxSimulator) SetPrivateDataMultipleKeysArgsForCall(i int) (string, string, map[string][]byte)
- func (fake *TxSimulator) SetPrivateDataMultipleKeysCallCount() int
- func (fake *TxSimulator) SetPrivateDataMultipleKeysCalls(stub func(string, string, map[string][]byte) error)
- func (fake *TxSimulator) SetPrivateDataMultipleKeysReturns(result1 error)
- func (fake *TxSimulator) SetPrivateDataMultipleKeysReturnsOnCall(i int, result1 error)
- func (fake *TxSimulator) SetPrivateDataReturns(result1 error)
- func (fake *TxSimulator) SetPrivateDataReturnsOnCall(i int, result1 error)
- func (fake *TxSimulator) SetState(arg1 string, arg2 string, arg3 []byte) error
- func (fake *TxSimulator) SetStateArgsForCall(i int) (string, string, []byte)
- func (fake *TxSimulator) SetStateCallCount() int
- func (fake *TxSimulator) SetStateCalls(stub func(string, string, []byte) error)
- func (fake *TxSimulator) SetStateMetadata(arg1 string, arg2 string, arg3 map[string][]byte) error
- func (fake *TxSimulator) SetStateMetadataArgsForCall(i int) (string, string, map[string][]byte)
- func (fake *TxSimulator) SetStateMetadataCallCount() int
- func (fake *TxSimulator) SetStateMetadataCalls(stub func(string, string, map[string][]byte) error)
- func (fake *TxSimulator) SetStateMetadataReturns(result1 error)
- func (fake *TxSimulator) SetStateMetadataReturnsOnCall(i int, result1 error)
- func (fake *TxSimulator) SetStateMultipleKeys(arg1 string, arg2 map[string][]byte) error
- func (fake *TxSimulator) SetStateMultipleKeysArgsForCall(i int) (string, map[string][]byte)
- func (fake *TxSimulator) SetStateMultipleKeysCallCount() int
- func (fake *TxSimulator) SetStateMultipleKeysCalls(stub func(string, map[string][]byte) error)
- func (fake *TxSimulator) SetStateMultipleKeysReturns(result1 error)
- func (fake *TxSimulator) SetStateMultipleKeysReturnsOnCall(i int, result1 error)
- func (fake *TxSimulator) SetStateReturns(result1 error)
- func (fake *TxSimulator) SetStateReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ACLProvider ¶
type ACLProvider struct { CheckACLStub func(string, string, interface{}) error // contains filtered or unexported fields }
func (*ACLProvider) CheckACL ¶
func (fake *ACLProvider) CheckACL(arg1 string, arg2 string, arg3 interface{}) error
func (*ACLProvider) CheckACLArgsForCall ¶
func (fake *ACLProvider) CheckACLArgsForCall(i int) (string, string, interface{})
func (*ACLProvider) CheckACLCallCount ¶
func (fake *ACLProvider) CheckACLCallCount() int
func (*ACLProvider) CheckACLCalls ¶ added in v1.4.0
func (fake *ACLProvider) CheckACLCalls(stub func(string, string, interface{}) error)
func (*ACLProvider) CheckACLReturns ¶
func (fake *ACLProvider) CheckACLReturns(result1 error)
func (*ACLProvider) CheckACLReturnsOnCall ¶
func (fake *ACLProvider) CheckACLReturnsOnCall(i int, result1 error)
func (*ACLProvider) Invocations ¶
func (fake *ACLProvider) Invocations() map[string][][]interface{}
type CertGenerator ¶
type CertGenerator struct { GenerateStub func(string) (*accesscontrol.CertAndPrivKeyPair, error) // contains filtered or unexported fields }
func (*CertGenerator) Generate ¶
func (fake *CertGenerator) Generate(arg1 string) (*accesscontrol.CertAndPrivKeyPair, error)
func (*CertGenerator) GenerateArgsForCall ¶
func (fake *CertGenerator) GenerateArgsForCall(i int) string
func (*CertGenerator) GenerateCallCount ¶
func (fake *CertGenerator) GenerateCallCount() int
func (*CertGenerator) GenerateCalls ¶ added in v1.4.0
func (fake *CertGenerator) GenerateCalls(stub func(string) (*accesscontrol.CertAndPrivKeyPair, error))
func (*CertGenerator) GenerateReturns ¶
func (fake *CertGenerator) GenerateReturns(result1 *accesscontrol.CertAndPrivKeyPair, result2 error)
func (*CertGenerator) GenerateReturnsOnCall ¶
func (fake *CertGenerator) GenerateReturnsOnCall(i int, result1 *accesscontrol.CertAndPrivKeyPair, result2 error)
func (*CertGenerator) Invocations ¶
func (fake *CertGenerator) Invocations() map[string][][]interface{}
type ChaincodeDefinitionGetter ¶
type ChaincodeDefinitionGetter struct { ChaincodeDefinitionStub func(string, ledger.QueryExecutor) (ccprovider.ChaincodeDefinition, error) // contains filtered or unexported fields }
func (*ChaincodeDefinitionGetter) ChaincodeDefinition ¶ added in v1.3.0
func (fake *ChaincodeDefinitionGetter) ChaincodeDefinition(arg1 string, arg2 ledger.QueryExecutor) (ccprovider.ChaincodeDefinition, error)
func (*ChaincodeDefinitionGetter) ChaincodeDefinitionArgsForCall ¶ added in v1.3.0
func (fake *ChaincodeDefinitionGetter) ChaincodeDefinitionArgsForCall(i int) (string, ledger.QueryExecutor)
func (*ChaincodeDefinitionGetter) ChaincodeDefinitionCallCount ¶ added in v1.3.0
func (fake *ChaincodeDefinitionGetter) ChaincodeDefinitionCallCount() int
func (*ChaincodeDefinitionGetter) ChaincodeDefinitionCalls ¶ added in v1.4.0
func (fake *ChaincodeDefinitionGetter) ChaincodeDefinitionCalls(stub func(string, ledger.QueryExecutor) (ccprovider.ChaincodeDefinition, error))
func (*ChaincodeDefinitionGetter) ChaincodeDefinitionReturns ¶ added in v1.3.0
func (fake *ChaincodeDefinitionGetter) ChaincodeDefinitionReturns(result1 ccprovider.ChaincodeDefinition, result2 error)
func (*ChaincodeDefinitionGetter) ChaincodeDefinitionReturnsOnCall ¶ added in v1.3.0
func (fake *ChaincodeDefinitionGetter) ChaincodeDefinitionReturnsOnCall(i int, result1 ccprovider.ChaincodeDefinition, result2 error)
func (*ChaincodeDefinitionGetter) Invocations ¶
func (fake *ChaincodeDefinitionGetter) Invocations() map[string][][]interface{}
type ChaincodeStream ¶
type ChaincodeStream struct { RecvStub func() (*peer.ChaincodeMessage, error) SendStub func(*peer.ChaincodeMessage) error // contains filtered or unexported fields }
func (*ChaincodeStream) Invocations ¶
func (fake *ChaincodeStream) Invocations() map[string][][]interface{}
func (*ChaincodeStream) Recv ¶
func (fake *ChaincodeStream) Recv() (*peer.ChaincodeMessage, error)
func (*ChaincodeStream) RecvCallCount ¶
func (fake *ChaincodeStream) RecvCallCount() int
func (*ChaincodeStream) RecvCalls ¶ added in v1.4.0
func (fake *ChaincodeStream) RecvCalls(stub func() (*peer.ChaincodeMessage, error))
func (*ChaincodeStream) RecvReturns ¶
func (fake *ChaincodeStream) RecvReturns(result1 *peer.ChaincodeMessage, result2 error)
func (*ChaincodeStream) RecvReturnsOnCall ¶
func (fake *ChaincodeStream) RecvReturnsOnCall(i int, result1 *peer.ChaincodeMessage, result2 error)
func (*ChaincodeStream) Send ¶
func (fake *ChaincodeStream) Send(arg1 *peer.ChaincodeMessage) error
func (*ChaincodeStream) SendArgsForCall ¶
func (fake *ChaincodeStream) SendArgsForCall(i int) *peer.ChaincodeMessage
func (*ChaincodeStream) SendCallCount ¶
func (fake *ChaincodeStream) SendCallCount() int
func (*ChaincodeStream) SendCalls ¶ added in v1.4.0
func (fake *ChaincodeStream) SendCalls(stub func(*peer.ChaincodeMessage) error)
func (*ChaincodeStream) SendReturns ¶
func (fake *ChaincodeStream) SendReturns(result1 error)
func (*ChaincodeStream) SendReturnsOnCall ¶
func (fake *ChaincodeStream) SendReturnsOnCall(i int, result1 error)
type CollectionStore ¶ added in v1.4.0
type CollectionStore struct { AccessFilterStub func(string, *common.CollectionPolicyConfig) (privdata.Filter, error) HasReadAccessStub func(common.CollectionCriteria, *peer.SignedProposal, ledger.QueryExecutor) (bool, error) RetrieveCollectionStub func(common.CollectionCriteria) (privdata.Collection, error) RetrieveCollectionAccessPolicyStub func(common.CollectionCriteria) (privdata.CollectionAccessPolicy, error) RetrieveCollectionConfigPackageStub func(common.CollectionCriteria) (*common.CollectionConfigPackage, error) RetrieveCollectionPersistenceConfigsStub func(common.CollectionCriteria) (privdata.CollectionPersistenceConfigs, error) // contains filtered or unexported fields }
func (*CollectionStore) AccessFilter ¶ added in v1.4.0
func (fake *CollectionStore) AccessFilter(arg1 string, arg2 *common.CollectionPolicyConfig) (privdata.Filter, error)
func (*CollectionStore) AccessFilterArgsForCall ¶ added in v1.4.0
func (fake *CollectionStore) AccessFilterArgsForCall(i int) (string, *common.CollectionPolicyConfig)
func (*CollectionStore) AccessFilterCallCount ¶ added in v1.4.0
func (fake *CollectionStore) AccessFilterCallCount() int
func (*CollectionStore) AccessFilterCalls ¶ added in v1.4.0
func (fake *CollectionStore) AccessFilterCalls(stub func(string, *common.CollectionPolicyConfig) (privdata.Filter, error))
func (*CollectionStore) AccessFilterReturns ¶ added in v1.4.0
func (fake *CollectionStore) AccessFilterReturns(result1 privdata.Filter, result2 error)
func (*CollectionStore) AccessFilterReturnsOnCall ¶ added in v1.4.0
func (fake *CollectionStore) AccessFilterReturnsOnCall(i int, result1 privdata.Filter, result2 error)
func (*CollectionStore) HasReadAccess ¶ added in v1.4.0
func (fake *CollectionStore) HasReadAccess(arg1 common.CollectionCriteria, arg2 *peer.SignedProposal, arg3 ledger.QueryExecutor) (bool, error)
func (*CollectionStore) HasReadAccessArgsForCall ¶ added in v1.4.0
func (fake *CollectionStore) HasReadAccessArgsForCall(i int) (common.CollectionCriteria, *peer.SignedProposal, ledger.QueryExecutor)
func (*CollectionStore) HasReadAccessCallCount ¶ added in v1.4.0
func (fake *CollectionStore) HasReadAccessCallCount() int
func (*CollectionStore) HasReadAccessCalls ¶ added in v1.4.0
func (fake *CollectionStore) HasReadAccessCalls(stub func(common.CollectionCriteria, *peer.SignedProposal, ledger.QueryExecutor) (bool, error))
func (*CollectionStore) HasReadAccessReturns ¶ added in v1.4.0
func (fake *CollectionStore) HasReadAccessReturns(result1 bool, result2 error)
func (*CollectionStore) HasReadAccessReturnsOnCall ¶ added in v1.4.0
func (fake *CollectionStore) HasReadAccessReturnsOnCall(i int, result1 bool, result2 error)
func (*CollectionStore) Invocations ¶ added in v1.4.0
func (fake *CollectionStore) Invocations() map[string][][]interface{}
func (*CollectionStore) RetrieveCollection ¶ added in v1.4.0
func (fake *CollectionStore) RetrieveCollection(arg1 common.CollectionCriteria) (privdata.Collection, error)
func (*CollectionStore) RetrieveCollectionAccessPolicy ¶ added in v1.4.0
func (fake *CollectionStore) RetrieveCollectionAccessPolicy(arg1 common.CollectionCriteria) (privdata.CollectionAccessPolicy, error)
func (*CollectionStore) RetrieveCollectionAccessPolicyArgsForCall ¶ added in v1.4.0
func (fake *CollectionStore) RetrieveCollectionAccessPolicyArgsForCall(i int) common.CollectionCriteria
func (*CollectionStore) RetrieveCollectionAccessPolicyCallCount ¶ added in v1.4.0
func (fake *CollectionStore) RetrieveCollectionAccessPolicyCallCount() int
func (*CollectionStore) RetrieveCollectionAccessPolicyCalls ¶ added in v1.4.0
func (fake *CollectionStore) RetrieveCollectionAccessPolicyCalls(stub func(common.CollectionCriteria) (privdata.CollectionAccessPolicy, error))
func (*CollectionStore) RetrieveCollectionAccessPolicyReturns ¶ added in v1.4.0
func (fake *CollectionStore) RetrieveCollectionAccessPolicyReturns(result1 privdata.CollectionAccessPolicy, result2 error)
func (*CollectionStore) RetrieveCollectionAccessPolicyReturnsOnCall ¶ added in v1.4.0
func (fake *CollectionStore) RetrieveCollectionAccessPolicyReturnsOnCall(i int, result1 privdata.CollectionAccessPolicy, result2 error)
func (*CollectionStore) RetrieveCollectionArgsForCall ¶ added in v1.4.0
func (fake *CollectionStore) RetrieveCollectionArgsForCall(i int) common.CollectionCriteria
func (*CollectionStore) RetrieveCollectionCallCount ¶ added in v1.4.0
func (fake *CollectionStore) RetrieveCollectionCallCount() int
func (*CollectionStore) RetrieveCollectionCalls ¶ added in v1.4.0
func (fake *CollectionStore) RetrieveCollectionCalls(stub func(common.CollectionCriteria) (privdata.Collection, error))
func (*CollectionStore) RetrieveCollectionConfigPackage ¶ added in v1.4.0
func (fake *CollectionStore) RetrieveCollectionConfigPackage(arg1 common.CollectionCriteria) (*common.CollectionConfigPackage, error)
func (*CollectionStore) RetrieveCollectionConfigPackageArgsForCall ¶ added in v1.4.0
func (fake *CollectionStore) RetrieveCollectionConfigPackageArgsForCall(i int) common.CollectionCriteria
func (*CollectionStore) RetrieveCollectionConfigPackageCallCount ¶ added in v1.4.0
func (fake *CollectionStore) RetrieveCollectionConfigPackageCallCount() int
func (*CollectionStore) RetrieveCollectionConfigPackageCalls ¶ added in v1.4.0
func (fake *CollectionStore) RetrieveCollectionConfigPackageCalls(stub func(common.CollectionCriteria) (*common.CollectionConfigPackage, error))
func (*CollectionStore) RetrieveCollectionConfigPackageReturns ¶ added in v1.4.0
func (fake *CollectionStore) RetrieveCollectionConfigPackageReturns(result1 *common.CollectionConfigPackage, result2 error)
func (*CollectionStore) RetrieveCollectionConfigPackageReturnsOnCall ¶ added in v1.4.0
func (fake *CollectionStore) RetrieveCollectionConfigPackageReturnsOnCall(i int, result1 *common.CollectionConfigPackage, result2 error)
func (*CollectionStore) RetrieveCollectionPersistenceConfigs ¶ added in v1.4.0
func (fake *CollectionStore) RetrieveCollectionPersistenceConfigs(arg1 common.CollectionCriteria) (privdata.CollectionPersistenceConfigs, error)
func (*CollectionStore) RetrieveCollectionPersistenceConfigsArgsForCall ¶ added in v1.4.0
func (fake *CollectionStore) RetrieveCollectionPersistenceConfigsArgsForCall(i int) common.CollectionCriteria
func (*CollectionStore) RetrieveCollectionPersistenceConfigsCallCount ¶ added in v1.4.0
func (fake *CollectionStore) RetrieveCollectionPersistenceConfigsCallCount() int
func (*CollectionStore) RetrieveCollectionPersistenceConfigsCalls ¶ added in v1.4.0
func (fake *CollectionStore) RetrieveCollectionPersistenceConfigsCalls(stub func(common.CollectionCriteria) (privdata.CollectionPersistenceConfigs, error))
func (*CollectionStore) RetrieveCollectionPersistenceConfigsReturns ¶ added in v1.4.0
func (fake *CollectionStore) RetrieveCollectionPersistenceConfigsReturns(result1 privdata.CollectionPersistenceConfigs, result2 error)
func (*CollectionStore) RetrieveCollectionPersistenceConfigsReturnsOnCall ¶ added in v1.4.0
func (fake *CollectionStore) RetrieveCollectionPersistenceConfigsReturnsOnCall(i int, result1 privdata.CollectionPersistenceConfigs, result2 error)
func (*CollectionStore) RetrieveCollectionReturns ¶ added in v1.4.0
func (fake *CollectionStore) RetrieveCollectionReturns(result1 privdata.Collection, result2 error)
func (*CollectionStore) RetrieveCollectionReturnsOnCall ¶ added in v1.4.0
func (fake *CollectionStore) RetrieveCollectionReturnsOnCall(i int, result1 privdata.Collection, result2 error)
type HistoryQueryExecutor ¶
type HistoryQueryExecutor struct { GetHistoryForKeyStub func(string, string) (ledger.ResultsIterator, error) // contains filtered or unexported fields }
func (*HistoryQueryExecutor) GetHistoryForKey ¶
func (fake *HistoryQueryExecutor) GetHistoryForKey(arg1 string, arg2 string) (ledger.ResultsIterator, error)
func (*HistoryQueryExecutor) GetHistoryForKeyArgsForCall ¶
func (fake *HistoryQueryExecutor) GetHistoryForKeyArgsForCall(i int) (string, string)
func (*HistoryQueryExecutor) GetHistoryForKeyCallCount ¶
func (fake *HistoryQueryExecutor) GetHistoryForKeyCallCount() int
func (*HistoryQueryExecutor) GetHistoryForKeyCalls ¶ added in v1.4.0
func (fake *HistoryQueryExecutor) GetHistoryForKeyCalls(stub func(string, string) (ledger.ResultsIterator, error))
func (*HistoryQueryExecutor) GetHistoryForKeyReturns ¶
func (fake *HistoryQueryExecutor) GetHistoryForKeyReturns(result1 ledger.ResultsIterator, result2 error)
func (*HistoryQueryExecutor) GetHistoryForKeyReturnsOnCall ¶
func (fake *HistoryQueryExecutor) GetHistoryForKeyReturnsOnCall(i int, result1 ledger.ResultsIterator, result2 error)
func (*HistoryQueryExecutor) Invocations ¶
func (fake *HistoryQueryExecutor) Invocations() map[string][][]interface{}
type InstantiationPolicyChecker ¶
type InstantiationPolicyChecker struct { CheckInstantiationPolicyStub func(string, string, *ccprovider.ChaincodeData) error // contains filtered or unexported fields }
func (*InstantiationPolicyChecker) CheckInstantiationPolicy ¶
func (fake *InstantiationPolicyChecker) CheckInstantiationPolicy(arg1 string, arg2 string, arg3 *ccprovider.ChaincodeData) error
func (*InstantiationPolicyChecker) CheckInstantiationPolicyArgsForCall ¶
func (fake *InstantiationPolicyChecker) CheckInstantiationPolicyArgsForCall(i int) (string, string, *ccprovider.ChaincodeData)
func (*InstantiationPolicyChecker) CheckInstantiationPolicyCallCount ¶
func (fake *InstantiationPolicyChecker) CheckInstantiationPolicyCallCount() int
func (*InstantiationPolicyChecker) CheckInstantiationPolicyCalls ¶ added in v1.4.0
func (fake *InstantiationPolicyChecker) CheckInstantiationPolicyCalls(stub func(string, string, *ccprovider.ChaincodeData) error)
func (*InstantiationPolicyChecker) CheckInstantiationPolicyReturns ¶
func (fake *InstantiationPolicyChecker) CheckInstantiationPolicyReturns(result1 error)
func (*InstantiationPolicyChecker) CheckInstantiationPolicyReturnsOnCall ¶
func (fake *InstantiationPolicyChecker) CheckInstantiationPolicyReturnsOnCall(i int, result1 error)
func (*InstantiationPolicyChecker) Invocations ¶
func (fake *InstantiationPolicyChecker) Invocations() map[string][][]interface{}
type Invoker ¶
type Invoker struct { InvokeStub func(*ccprovider.TransactionParams, *ccprovider.CCContext, *peer.ChaincodeInput) (*peer.ChaincodeMessage, error) // contains filtered or unexported fields }
func (*Invoker) Invocations ¶
func (*Invoker) Invoke ¶
func (fake *Invoker) Invoke(arg1 *ccprovider.TransactionParams, arg2 *ccprovider.CCContext, arg3 *peer.ChaincodeInput) (*peer.ChaincodeMessage, error)
func (*Invoker) InvokeArgsForCall ¶
func (fake *Invoker) InvokeArgsForCall(i int) (*ccprovider.TransactionParams, *ccprovider.CCContext, *peer.ChaincodeInput)
func (*Invoker) InvokeCallCount ¶
func (*Invoker) InvokeCalls ¶ added in v1.4.0
func (fake *Invoker) InvokeCalls(stub func(*ccprovider.TransactionParams, *ccprovider.CCContext, *peer.ChaincodeInput) (*peer.ChaincodeMessage, error))
func (*Invoker) InvokeReturns ¶
func (fake *Invoker) InvokeReturns(result1 *peer.ChaincodeMessage, result2 error)
func (*Invoker) InvokeReturnsOnCall ¶
func (fake *Invoker) InvokeReturnsOnCall(i int, result1 *peer.ChaincodeMessage, result2 error)
type LedgerGetter ¶
type LedgerGetter struct { GetLedgerStub func(string) ledger.PeerLedger // contains filtered or unexported fields }
func (*LedgerGetter) GetLedger ¶
func (fake *LedgerGetter) GetLedger(arg1 string) ledger.PeerLedger
func (*LedgerGetter) GetLedgerArgsForCall ¶
func (fake *LedgerGetter) GetLedgerArgsForCall(i int) string
func (*LedgerGetter) GetLedgerCallCount ¶
func (fake *LedgerGetter) GetLedgerCallCount() int
func (*LedgerGetter) GetLedgerCalls ¶ added in v1.4.0
func (fake *LedgerGetter) GetLedgerCalls(stub func(string) ledger.PeerLedger)
func (*LedgerGetter) GetLedgerReturns ¶
func (fake *LedgerGetter) GetLedgerReturns(result1 ledger.PeerLedger)
func (*LedgerGetter) GetLedgerReturnsOnCall ¶
func (fake *LedgerGetter) GetLedgerReturnsOnCall(i int, result1 ledger.PeerLedger)
func (*LedgerGetter) Invocations ¶
func (fake *LedgerGetter) Invocations() map[string][][]interface{}
type Lifecycle ¶ added in v1.3.0
type Lifecycle struct { ChaincodeContainerInfoStub func(string, string) (*ccprovider.ChaincodeContainerInfo, error) ChaincodeDefinitionStub func(string, ledger.QueryExecutor) (ccprovider.ChaincodeDefinition, error) // contains filtered or unexported fields }
func (*Lifecycle) ChaincodeContainerInfo ¶ added in v1.3.0
func (fake *Lifecycle) ChaincodeContainerInfo(arg1 string, arg2 string) (*ccprovider.ChaincodeContainerInfo, error)
func (*Lifecycle) ChaincodeContainerInfoArgsForCall ¶ added in v1.3.0
func (*Lifecycle) ChaincodeContainerInfoCallCount ¶ added in v1.3.0
func (*Lifecycle) ChaincodeContainerInfoCalls ¶ added in v1.4.0
func (fake *Lifecycle) ChaincodeContainerInfoCalls(stub func(string, string) (*ccprovider.ChaincodeContainerInfo, error))
func (*Lifecycle) ChaincodeContainerInfoReturns ¶ added in v1.3.0
func (fake *Lifecycle) ChaincodeContainerInfoReturns(result1 *ccprovider.ChaincodeContainerInfo, result2 error)
func (*Lifecycle) ChaincodeContainerInfoReturnsOnCall ¶ added in v1.3.0
func (fake *Lifecycle) ChaincodeContainerInfoReturnsOnCall(i int, result1 *ccprovider.ChaincodeContainerInfo, result2 error)
func (*Lifecycle) ChaincodeDefinition ¶ added in v1.3.0
func (fake *Lifecycle) ChaincodeDefinition(arg1 string, arg2 ledger.QueryExecutor) (ccprovider.ChaincodeDefinition, error)
func (*Lifecycle) ChaincodeDefinitionArgsForCall ¶ added in v1.3.0
func (fake *Lifecycle) ChaincodeDefinitionArgsForCall(i int) (string, ledger.QueryExecutor)
func (*Lifecycle) ChaincodeDefinitionCallCount ¶ added in v1.3.0
func (*Lifecycle) ChaincodeDefinitionCalls ¶ added in v1.4.0
func (fake *Lifecycle) ChaincodeDefinitionCalls(stub func(string, ledger.QueryExecutor) (ccprovider.ChaincodeDefinition, error))
func (*Lifecycle) ChaincodeDefinitionReturns ¶ added in v1.3.0
func (fake *Lifecycle) ChaincodeDefinitionReturns(result1 ccprovider.ChaincodeDefinition, result2 error)
func (*Lifecycle) ChaincodeDefinitionReturnsOnCall ¶ added in v1.3.0
func (fake *Lifecycle) ChaincodeDefinitionReturnsOnCall(i int, result1 ccprovider.ChaincodeDefinition, result2 error)
func (*Lifecycle) Invocations ¶ added in v1.3.0
type PackageProvider ¶
type PackageProvider struct { GetChaincodeCodePackageStub func(string, string) ([]byte, error) // contains filtered or unexported fields }
func (*PackageProvider) GetChaincodeCodePackage ¶ added in v1.3.0
func (fake *PackageProvider) GetChaincodeCodePackage(arg1 string, arg2 string) ([]byte, error)
func (*PackageProvider) GetChaincodeCodePackageArgsForCall ¶ added in v1.3.0
func (fake *PackageProvider) GetChaincodeCodePackageArgsForCall(i int) (string, string)
func (*PackageProvider) GetChaincodeCodePackageCallCount ¶ added in v1.3.0
func (fake *PackageProvider) GetChaincodeCodePackageCallCount() int
func (*PackageProvider) GetChaincodeCodePackageCalls ¶ added in v1.4.0
func (fake *PackageProvider) GetChaincodeCodePackageCalls(stub func(string, string) ([]byte, error))
func (*PackageProvider) GetChaincodeCodePackageReturns ¶ added in v1.3.0
func (fake *PackageProvider) GetChaincodeCodePackageReturns(result1 []byte, result2 error)
func (*PackageProvider) GetChaincodeCodePackageReturnsOnCall ¶ added in v1.3.0
func (fake *PackageProvider) GetChaincodeCodePackageReturnsOnCall(i int, result1 []byte, result2 error)
func (*PackageProvider) Invocations ¶
func (fake *PackageProvider) Invocations() map[string][][]interface{}
type PeerLedger ¶
type PeerLedger struct { CloseStub func() CommitPvtDataOfOldBlocksStub func([]*ledgera.BlockPvtData) ([]*ledgera.PvtdataHashMismatch, error) CommitWithPvtDataStub func(*ledgera.BlockAndPvtData) error GetBlockByHashStub func([]byte) (*common.Block, error) GetBlockByNumberStub func(uint64) (*common.Block, error) GetBlockByTxIDStub func(string) (*common.Block, error) GetBlockchainInfoStub func() (*common.BlockchainInfo, error) GetBlocksIteratorStub func(uint64) (ledger.ResultsIterator, error) GetConfigHistoryRetrieverStub func() (ledgera.ConfigHistoryRetriever, error) GetMissingPvtDataTrackerStub func() (ledgera.MissingPvtDataTracker, error) GetPvtDataAndBlockByNumStub func(uint64, ledgera.PvtNsCollFilter) (*ledgera.BlockAndPvtData, error) GetPvtDataByNumStub func(uint64, ledgera.PvtNsCollFilter) ([]*ledgera.TxPvtData, error) GetTransactionByIDStub func(string) (*peer.ProcessedTransaction, error) GetTxValidationCodeByTxIDStub func(string) (peer.TxValidationCode, error) NewHistoryQueryExecutorStub func() (ledgera.HistoryQueryExecutor, error) NewQueryExecutorStub func() (ledgera.QueryExecutor, error) NewTxSimulatorStub func(string) (ledgera.TxSimulator, error) PrivateDataMinBlockNumStub func() (uint64, error) PruneStub func(ledger.PrunePolicy) error PurgePrivateDataStub func(uint64) error // contains filtered or unexported fields }
func (*PeerLedger) Close ¶
func (fake *PeerLedger) Close()
func (*PeerLedger) CloseCallCount ¶
func (fake *PeerLedger) CloseCallCount() int
func (*PeerLedger) CloseCalls ¶ added in v1.4.0
func (fake *PeerLedger) CloseCalls(stub func())
func (*PeerLedger) CommitPvtDataOfOldBlocks ¶ added in v1.4.0
func (fake *PeerLedger) CommitPvtDataOfOldBlocks(arg1 []*ledgera.BlockPvtData) ([]*ledgera.PvtdataHashMismatch, error)
func (*PeerLedger) CommitPvtDataOfOldBlocksArgsForCall ¶ added in v1.4.0
func (fake *PeerLedger) CommitPvtDataOfOldBlocksArgsForCall(i int) []*ledgera.BlockPvtData
func (*PeerLedger) CommitPvtDataOfOldBlocksCallCount ¶ added in v1.4.0
func (fake *PeerLedger) CommitPvtDataOfOldBlocksCallCount() int
func (*PeerLedger) CommitPvtDataOfOldBlocksCalls ¶ added in v1.4.0
func (fake *PeerLedger) CommitPvtDataOfOldBlocksCalls(stub func([]*ledgera.BlockPvtData) ([]*ledgera.PvtdataHashMismatch, error))
func (*PeerLedger) CommitPvtDataOfOldBlocksReturns ¶ added in v1.4.0
func (fake *PeerLedger) CommitPvtDataOfOldBlocksReturns(result1 []*ledgera.PvtdataHashMismatch, result2 error)
func (*PeerLedger) CommitPvtDataOfOldBlocksReturnsOnCall ¶ added in v1.4.0
func (fake *PeerLedger) CommitPvtDataOfOldBlocksReturnsOnCall(i int, result1 []*ledgera.PvtdataHashMismatch, result2 error)
func (*PeerLedger) CommitWithPvtData ¶
func (fake *PeerLedger) CommitWithPvtData(arg1 *ledgera.BlockAndPvtData) error
func (*PeerLedger) CommitWithPvtDataArgsForCall ¶
func (fake *PeerLedger) CommitWithPvtDataArgsForCall(i int) *ledgera.BlockAndPvtData
func (*PeerLedger) CommitWithPvtDataCallCount ¶
func (fake *PeerLedger) CommitWithPvtDataCallCount() int
func (*PeerLedger) CommitWithPvtDataCalls ¶ added in v1.4.0
func (fake *PeerLedger) CommitWithPvtDataCalls(stub func(*ledgera.BlockAndPvtData) error)
func (*PeerLedger) CommitWithPvtDataReturns ¶
func (fake *PeerLedger) CommitWithPvtDataReturns(result1 error)
func (*PeerLedger) CommitWithPvtDataReturnsOnCall ¶
func (fake *PeerLedger) CommitWithPvtDataReturnsOnCall(i int, result1 error)
func (*PeerLedger) GetBlockByHash ¶
func (fake *PeerLedger) GetBlockByHash(arg1 []byte) (*common.Block, error)
func (*PeerLedger) GetBlockByHashArgsForCall ¶
func (fake *PeerLedger) GetBlockByHashArgsForCall(i int) []byte
func (*PeerLedger) GetBlockByHashCallCount ¶
func (fake *PeerLedger) GetBlockByHashCallCount() int
func (*PeerLedger) GetBlockByHashCalls ¶ added in v1.4.0
func (fake *PeerLedger) GetBlockByHashCalls(stub func([]byte) (*common.Block, error))
func (*PeerLedger) GetBlockByHashReturns ¶
func (fake *PeerLedger) GetBlockByHashReturns(result1 *common.Block, result2 error)
func (*PeerLedger) GetBlockByHashReturnsOnCall ¶
func (fake *PeerLedger) GetBlockByHashReturnsOnCall(i int, result1 *common.Block, result2 error)
func (*PeerLedger) GetBlockByNumber ¶
func (fake *PeerLedger) GetBlockByNumber(arg1 uint64) (*common.Block, error)
func (*PeerLedger) GetBlockByNumberArgsForCall ¶
func (fake *PeerLedger) GetBlockByNumberArgsForCall(i int) uint64
func (*PeerLedger) GetBlockByNumberCallCount ¶
func (fake *PeerLedger) GetBlockByNumberCallCount() int
func (*PeerLedger) GetBlockByNumberCalls ¶ added in v1.4.0
func (fake *PeerLedger) GetBlockByNumberCalls(stub func(uint64) (*common.Block, error))
func (*PeerLedger) GetBlockByNumberReturns ¶
func (fake *PeerLedger) GetBlockByNumberReturns(result1 *common.Block, result2 error)
func (*PeerLedger) GetBlockByNumberReturnsOnCall ¶
func (fake *PeerLedger) GetBlockByNumberReturnsOnCall(i int, result1 *common.Block, result2 error)
func (*PeerLedger) GetBlockByTxID ¶
func (fake *PeerLedger) GetBlockByTxID(arg1 string) (*common.Block, error)
func (*PeerLedger) GetBlockByTxIDArgsForCall ¶
func (fake *PeerLedger) GetBlockByTxIDArgsForCall(i int) string
func (*PeerLedger) GetBlockByTxIDCallCount ¶
func (fake *PeerLedger) GetBlockByTxIDCallCount() int
func (*PeerLedger) GetBlockByTxIDCalls ¶ added in v1.4.0
func (fake *PeerLedger) GetBlockByTxIDCalls(stub func(string) (*common.Block, error))
func (*PeerLedger) GetBlockByTxIDReturns ¶
func (fake *PeerLedger) GetBlockByTxIDReturns(result1 *common.Block, result2 error)
func (*PeerLedger) GetBlockByTxIDReturnsOnCall ¶
func (fake *PeerLedger) GetBlockByTxIDReturnsOnCall(i int, result1 *common.Block, result2 error)
func (*PeerLedger) GetBlockchainInfo ¶
func (fake *PeerLedger) GetBlockchainInfo() (*common.BlockchainInfo, error)
func (*PeerLedger) GetBlockchainInfoCallCount ¶
func (fake *PeerLedger) GetBlockchainInfoCallCount() int
func (*PeerLedger) GetBlockchainInfoCalls ¶ added in v1.4.0
func (fake *PeerLedger) GetBlockchainInfoCalls(stub func() (*common.BlockchainInfo, error))
func (*PeerLedger) GetBlockchainInfoReturns ¶
func (fake *PeerLedger) GetBlockchainInfoReturns(result1 *common.BlockchainInfo, result2 error)
func (*PeerLedger) GetBlockchainInfoReturnsOnCall ¶
func (fake *PeerLedger) GetBlockchainInfoReturnsOnCall(i int, result1 *common.BlockchainInfo, result2 error)
func (*PeerLedger) GetBlocksIterator ¶
func (fake *PeerLedger) GetBlocksIterator(arg1 uint64) (ledger.ResultsIterator, error)
func (*PeerLedger) GetBlocksIteratorArgsForCall ¶
func (fake *PeerLedger) GetBlocksIteratorArgsForCall(i int) uint64
func (*PeerLedger) GetBlocksIteratorCallCount ¶
func (fake *PeerLedger) GetBlocksIteratorCallCount() int
func (*PeerLedger) GetBlocksIteratorCalls ¶ added in v1.4.0
func (fake *PeerLedger) GetBlocksIteratorCalls(stub func(uint64) (ledger.ResultsIterator, error))
func (*PeerLedger) GetBlocksIteratorReturns ¶
func (fake *PeerLedger) GetBlocksIteratorReturns(result1 ledger.ResultsIterator, result2 error)
func (*PeerLedger) GetBlocksIteratorReturnsOnCall ¶
func (fake *PeerLedger) GetBlocksIteratorReturnsOnCall(i int, result1 ledger.ResultsIterator, result2 error)
func (*PeerLedger) GetConfigHistoryRetriever ¶
func (fake *PeerLedger) GetConfigHistoryRetriever() (ledgera.ConfigHistoryRetriever, error)
func (*PeerLedger) GetConfigHistoryRetrieverCallCount ¶
func (fake *PeerLedger) GetConfigHistoryRetrieverCallCount() int
func (*PeerLedger) GetConfigHistoryRetrieverCalls ¶ added in v1.4.0
func (fake *PeerLedger) GetConfigHistoryRetrieverCalls(stub func() (ledgera.ConfigHistoryRetriever, error))
func (*PeerLedger) GetConfigHistoryRetrieverReturns ¶
func (fake *PeerLedger) GetConfigHistoryRetrieverReturns(result1 ledgera.ConfigHistoryRetriever, result2 error)
func (*PeerLedger) GetConfigHistoryRetrieverReturnsOnCall ¶
func (fake *PeerLedger) GetConfigHistoryRetrieverReturnsOnCall(i int, result1 ledgera.ConfigHistoryRetriever, result2 error)
func (*PeerLedger) GetMissingPvtDataTracker ¶ added in v1.3.0
func (fake *PeerLedger) GetMissingPvtDataTracker() (ledgera.MissingPvtDataTracker, error)
func (*PeerLedger) GetMissingPvtDataTrackerCallCount ¶ added in v1.3.0
func (fake *PeerLedger) GetMissingPvtDataTrackerCallCount() int
func (*PeerLedger) GetMissingPvtDataTrackerCalls ¶ added in v1.4.0
func (fake *PeerLedger) GetMissingPvtDataTrackerCalls(stub func() (ledgera.MissingPvtDataTracker, error))
func (*PeerLedger) GetMissingPvtDataTrackerReturns ¶ added in v1.3.0
func (fake *PeerLedger) GetMissingPvtDataTrackerReturns(result1 ledgera.MissingPvtDataTracker, result2 error)
func (*PeerLedger) GetMissingPvtDataTrackerReturnsOnCall ¶ added in v1.3.0
func (fake *PeerLedger) GetMissingPvtDataTrackerReturnsOnCall(i int, result1 ledgera.MissingPvtDataTracker, result2 error)
func (*PeerLedger) GetPvtDataAndBlockByNum ¶
func (fake *PeerLedger) GetPvtDataAndBlockByNum(arg1 uint64, arg2 ledgera.PvtNsCollFilter) (*ledgera.BlockAndPvtData, error)
func (*PeerLedger) GetPvtDataAndBlockByNumArgsForCall ¶
func (fake *PeerLedger) GetPvtDataAndBlockByNumArgsForCall(i int) (uint64, ledgera.PvtNsCollFilter)
func (*PeerLedger) GetPvtDataAndBlockByNumCallCount ¶
func (fake *PeerLedger) GetPvtDataAndBlockByNumCallCount() int
func (*PeerLedger) GetPvtDataAndBlockByNumCalls ¶ added in v1.4.0
func (fake *PeerLedger) GetPvtDataAndBlockByNumCalls(stub func(uint64, ledgera.PvtNsCollFilter) (*ledgera.BlockAndPvtData, error))
func (*PeerLedger) GetPvtDataAndBlockByNumReturns ¶
func (fake *PeerLedger) GetPvtDataAndBlockByNumReturns(result1 *ledgera.BlockAndPvtData, result2 error)
func (*PeerLedger) GetPvtDataAndBlockByNumReturnsOnCall ¶
func (fake *PeerLedger) GetPvtDataAndBlockByNumReturnsOnCall(i int, result1 *ledgera.BlockAndPvtData, result2 error)
func (*PeerLedger) GetPvtDataByNum ¶
func (fake *PeerLedger) GetPvtDataByNum(arg1 uint64, arg2 ledgera.PvtNsCollFilter) ([]*ledgera.TxPvtData, error)
func (*PeerLedger) GetPvtDataByNumArgsForCall ¶
func (fake *PeerLedger) GetPvtDataByNumArgsForCall(i int) (uint64, ledgera.PvtNsCollFilter)
func (*PeerLedger) GetPvtDataByNumCallCount ¶
func (fake *PeerLedger) GetPvtDataByNumCallCount() int
func (*PeerLedger) GetPvtDataByNumCalls ¶ added in v1.4.0
func (fake *PeerLedger) GetPvtDataByNumCalls(stub func(uint64, ledgera.PvtNsCollFilter) ([]*ledgera.TxPvtData, error))
func (*PeerLedger) GetPvtDataByNumReturns ¶
func (fake *PeerLedger) GetPvtDataByNumReturns(result1 []*ledgera.TxPvtData, result2 error)
func (*PeerLedger) GetPvtDataByNumReturnsOnCall ¶
func (fake *PeerLedger) GetPvtDataByNumReturnsOnCall(i int, result1 []*ledgera.TxPvtData, result2 error)
func (*PeerLedger) GetTransactionByID ¶
func (fake *PeerLedger) GetTransactionByID(arg1 string) (*peer.ProcessedTransaction, error)
func (*PeerLedger) GetTransactionByIDArgsForCall ¶
func (fake *PeerLedger) GetTransactionByIDArgsForCall(i int) string
func (*PeerLedger) GetTransactionByIDCallCount ¶
func (fake *PeerLedger) GetTransactionByIDCallCount() int
func (*PeerLedger) GetTransactionByIDCalls ¶ added in v1.4.0
func (fake *PeerLedger) GetTransactionByIDCalls(stub func(string) (*peer.ProcessedTransaction, error))
func (*PeerLedger) GetTransactionByIDReturns ¶
func (fake *PeerLedger) GetTransactionByIDReturns(result1 *peer.ProcessedTransaction, result2 error)
func (*PeerLedger) GetTransactionByIDReturnsOnCall ¶
func (fake *PeerLedger) GetTransactionByIDReturnsOnCall(i int, result1 *peer.ProcessedTransaction, result2 error)
func (*PeerLedger) GetTxValidationCodeByTxID ¶
func (fake *PeerLedger) GetTxValidationCodeByTxID(arg1 string) (peer.TxValidationCode, error)
func (*PeerLedger) GetTxValidationCodeByTxIDArgsForCall ¶
func (fake *PeerLedger) GetTxValidationCodeByTxIDArgsForCall(i int) string
func (*PeerLedger) GetTxValidationCodeByTxIDCallCount ¶
func (fake *PeerLedger) GetTxValidationCodeByTxIDCallCount() int
func (*PeerLedger) GetTxValidationCodeByTxIDCalls ¶ added in v1.4.0
func (fake *PeerLedger) GetTxValidationCodeByTxIDCalls(stub func(string) (peer.TxValidationCode, error))
func (*PeerLedger) GetTxValidationCodeByTxIDReturns ¶
func (fake *PeerLedger) GetTxValidationCodeByTxIDReturns(result1 peer.TxValidationCode, result2 error)
func (*PeerLedger) GetTxValidationCodeByTxIDReturnsOnCall ¶
func (fake *PeerLedger) GetTxValidationCodeByTxIDReturnsOnCall(i int, result1 peer.TxValidationCode, result2 error)
func (*PeerLedger) Invocations ¶
func (fake *PeerLedger) Invocations() map[string][][]interface{}
func (*PeerLedger) NewHistoryQueryExecutor ¶
func (fake *PeerLedger) NewHistoryQueryExecutor() (ledgera.HistoryQueryExecutor, error)
func (*PeerLedger) NewHistoryQueryExecutorCallCount ¶
func (fake *PeerLedger) NewHistoryQueryExecutorCallCount() int
func (*PeerLedger) NewHistoryQueryExecutorCalls ¶ added in v1.4.0
func (fake *PeerLedger) NewHistoryQueryExecutorCalls(stub func() (ledgera.HistoryQueryExecutor, error))
func (*PeerLedger) NewHistoryQueryExecutorReturns ¶
func (fake *PeerLedger) NewHistoryQueryExecutorReturns(result1 ledgera.HistoryQueryExecutor, result2 error)
func (*PeerLedger) NewHistoryQueryExecutorReturnsOnCall ¶
func (fake *PeerLedger) NewHistoryQueryExecutorReturnsOnCall(i int, result1 ledgera.HistoryQueryExecutor, result2 error)
func (*PeerLedger) NewQueryExecutor ¶
func (fake *PeerLedger) NewQueryExecutor() (ledgera.QueryExecutor, error)
func (*PeerLedger) NewQueryExecutorCallCount ¶
func (fake *PeerLedger) NewQueryExecutorCallCount() int
func (*PeerLedger) NewQueryExecutorCalls ¶ added in v1.4.0
func (fake *PeerLedger) NewQueryExecutorCalls(stub func() (ledgera.QueryExecutor, error))
func (*PeerLedger) NewQueryExecutorReturns ¶
func (fake *PeerLedger) NewQueryExecutorReturns(result1 ledgera.QueryExecutor, result2 error)
func (*PeerLedger) NewQueryExecutorReturnsOnCall ¶
func (fake *PeerLedger) NewQueryExecutorReturnsOnCall(i int, result1 ledgera.QueryExecutor, result2 error)
func (*PeerLedger) NewTxSimulator ¶
func (fake *PeerLedger) NewTxSimulator(arg1 string) (ledgera.TxSimulator, error)
func (*PeerLedger) NewTxSimulatorArgsForCall ¶
func (fake *PeerLedger) NewTxSimulatorArgsForCall(i int) string
func (*PeerLedger) NewTxSimulatorCallCount ¶
func (fake *PeerLedger) NewTxSimulatorCallCount() int
func (*PeerLedger) NewTxSimulatorCalls ¶ added in v1.4.0
func (fake *PeerLedger) NewTxSimulatorCalls(stub func(string) (ledgera.TxSimulator, error))
func (*PeerLedger) NewTxSimulatorReturns ¶
func (fake *PeerLedger) NewTxSimulatorReturns(result1 ledgera.TxSimulator, result2 error)
func (*PeerLedger) NewTxSimulatorReturnsOnCall ¶
func (fake *PeerLedger) NewTxSimulatorReturnsOnCall(i int, result1 ledgera.TxSimulator, result2 error)
func (*PeerLedger) PrivateDataMinBlockNum ¶
func (fake *PeerLedger) PrivateDataMinBlockNum() (uint64, error)
func (*PeerLedger) PrivateDataMinBlockNumCallCount ¶
func (fake *PeerLedger) PrivateDataMinBlockNumCallCount() int
func (*PeerLedger) PrivateDataMinBlockNumCalls ¶ added in v1.4.0
func (fake *PeerLedger) PrivateDataMinBlockNumCalls(stub func() (uint64, error))
func (*PeerLedger) PrivateDataMinBlockNumReturns ¶
func (fake *PeerLedger) PrivateDataMinBlockNumReturns(result1 uint64, result2 error)
func (*PeerLedger) PrivateDataMinBlockNumReturnsOnCall ¶
func (fake *PeerLedger) PrivateDataMinBlockNumReturnsOnCall(i int, result1 uint64, result2 error)
func (*PeerLedger) Prune ¶
func (fake *PeerLedger) Prune(arg1 ledger.PrunePolicy) error
func (*PeerLedger) PruneArgsForCall ¶
func (fake *PeerLedger) PruneArgsForCall(i int) ledger.PrunePolicy
func (*PeerLedger) PruneCallCount ¶
func (fake *PeerLedger) PruneCallCount() int
func (*PeerLedger) PruneCalls ¶ added in v1.4.0
func (fake *PeerLedger) PruneCalls(stub func(ledger.PrunePolicy) error)
func (*PeerLedger) PruneReturns ¶
func (fake *PeerLedger) PruneReturns(result1 error)
func (*PeerLedger) PruneReturnsOnCall ¶
func (fake *PeerLedger) PruneReturnsOnCall(i int, result1 error)
func (*PeerLedger) PurgePrivateData ¶
func (fake *PeerLedger) PurgePrivateData(arg1 uint64) error
func (*PeerLedger) PurgePrivateDataArgsForCall ¶
func (fake *PeerLedger) PurgePrivateDataArgsForCall(i int) uint64
func (*PeerLedger) PurgePrivateDataCallCount ¶
func (fake *PeerLedger) PurgePrivateDataCallCount() int
func (*PeerLedger) PurgePrivateDataCalls ¶ added in v1.4.0
func (fake *PeerLedger) PurgePrivateDataCalls(stub func(uint64) error)
func (*PeerLedger) PurgePrivateDataReturns ¶
func (fake *PeerLedger) PurgePrivateDataReturns(result1 error)
func (*PeerLedger) PurgePrivateDataReturnsOnCall ¶
func (fake *PeerLedger) PurgePrivateDataReturnsOnCall(i int, result1 error)
type Processor ¶
type Processor struct { ProcessStub func(string, container.VMCReq) error // contains filtered or unexported fields }
func (*Processor) Invocations ¶
func (*Processor) ProcessArgsForCall ¶
func (*Processor) ProcessCallCount ¶
func (*Processor) ProcessCalls ¶ added in v1.4.0
func (*Processor) ProcessReturns ¶
func (*Processor) ProcessReturnsOnCall ¶
type QueryResultsIterator ¶ added in v1.3.0
type QueryResultsIterator struct { CloseStub func() GetBookmarkAndCloseStub func() string NextStub func() (ledger.QueryResult, error) // contains filtered or unexported fields }
func (*QueryResultsIterator) Close ¶ added in v1.3.0
func (fake *QueryResultsIterator) Close()
func (*QueryResultsIterator) CloseCallCount ¶ added in v1.3.0
func (fake *QueryResultsIterator) CloseCallCount() int
func (*QueryResultsIterator) CloseCalls ¶ added in v1.4.0
func (fake *QueryResultsIterator) CloseCalls(stub func())
func (*QueryResultsIterator) GetBookmarkAndClose ¶ added in v1.3.0
func (fake *QueryResultsIterator) GetBookmarkAndClose() string
func (*QueryResultsIterator) GetBookmarkAndCloseCallCount ¶ added in v1.3.0
func (fake *QueryResultsIterator) GetBookmarkAndCloseCallCount() int
func (*QueryResultsIterator) GetBookmarkAndCloseCalls ¶ added in v1.4.0
func (fake *QueryResultsIterator) GetBookmarkAndCloseCalls(stub func() string)
func (*QueryResultsIterator) GetBookmarkAndCloseReturns ¶ added in v1.3.0
func (fake *QueryResultsIterator) GetBookmarkAndCloseReturns(result1 string)
func (*QueryResultsIterator) GetBookmarkAndCloseReturnsOnCall ¶ added in v1.3.0
func (fake *QueryResultsIterator) GetBookmarkAndCloseReturnsOnCall(i int, result1 string)
func (*QueryResultsIterator) Invocations ¶ added in v1.3.0
func (fake *QueryResultsIterator) Invocations() map[string][][]interface{}
func (*QueryResultsIterator) Next ¶ added in v1.3.0
func (fake *QueryResultsIterator) Next() (ledger.QueryResult, error)
func (*QueryResultsIterator) NextCallCount ¶ added in v1.3.0
func (fake *QueryResultsIterator) NextCallCount() int
func (*QueryResultsIterator) NextCalls ¶ added in v1.4.0
func (fake *QueryResultsIterator) NextCalls(stub func() (ledger.QueryResult, error))
func (*QueryResultsIterator) NextReturns ¶ added in v1.3.0
func (fake *QueryResultsIterator) NextReturns(result1 ledger.QueryResult, result2 error)
func (*QueryResultsIterator) NextReturnsOnCall ¶ added in v1.3.0
func (fake *QueryResultsIterator) NextReturnsOnCall(i int, result1 ledger.QueryResult, result2 error)
type Runtime ¶
type Runtime struct { StartStub func(*ccprovider.ChaincodeContainerInfo, []byte) error StopStub func(*ccprovider.ChaincodeContainerInfo) error WaitStub func(*ccprovider.ChaincodeContainerInfo) (int, error) // contains filtered or unexported fields }
func (*Runtime) Invocations ¶
func (*Runtime) Start ¶
func (fake *Runtime) Start(arg1 *ccprovider.ChaincodeContainerInfo, arg2 []byte) error
func (*Runtime) StartArgsForCall ¶
func (fake *Runtime) StartArgsForCall(i int) (*ccprovider.ChaincodeContainerInfo, []byte)
func (*Runtime) StartCallCount ¶
func (*Runtime) StartCalls ¶ added in v1.4.0
func (fake *Runtime) StartCalls(stub func(*ccprovider.ChaincodeContainerInfo, []byte) error)
func (*Runtime) StartReturns ¶
func (*Runtime) StartReturnsOnCall ¶
func (*Runtime) Stop ¶
func (fake *Runtime) Stop(arg1 *ccprovider.ChaincodeContainerInfo) error
func (*Runtime) StopArgsForCall ¶
func (fake *Runtime) StopArgsForCall(i int) *ccprovider.ChaincodeContainerInfo
func (*Runtime) StopCallCount ¶
func (*Runtime) StopCalls ¶ added in v1.4.0
func (fake *Runtime) StopCalls(stub func(*ccprovider.ChaincodeContainerInfo) error)
func (*Runtime) StopReturns ¶
func (*Runtime) StopReturnsOnCall ¶
func (*Runtime) Wait ¶ added in v1.4.1
func (fake *Runtime) Wait(arg1 *ccprovider.ChaincodeContainerInfo) (int, error)
func (*Runtime) WaitArgsForCall ¶ added in v1.4.1
func (fake *Runtime) WaitArgsForCall(i int) *ccprovider.ChaincodeContainerInfo
func (*Runtime) WaitCallCount ¶ added in v1.4.1
func (*Runtime) WaitCalls ¶ added in v1.4.1
func (fake *Runtime) WaitCalls(stub func(*ccprovider.ChaincodeContainerInfo) (int, error))
func (*Runtime) WaitReturns ¶ added in v1.4.1
type SystemCCProvider ¶
type SystemCCProvider struct { IsSysCCStub func(string) bool IsSysCCAndNotInvokableCC2CCStub func(string) bool // contains filtered or unexported fields }
func (*SystemCCProvider) Invocations ¶
func (fake *SystemCCProvider) Invocations() map[string][][]interface{}
func (*SystemCCProvider) IsSysCC ¶
func (fake *SystemCCProvider) IsSysCC(arg1 string) bool
func (*SystemCCProvider) IsSysCCAndNotInvokableCC2CC ¶
func (fake *SystemCCProvider) IsSysCCAndNotInvokableCC2CC(arg1 string) bool
func (*SystemCCProvider) IsSysCCAndNotInvokableCC2CCArgsForCall ¶
func (fake *SystemCCProvider) IsSysCCAndNotInvokableCC2CCArgsForCall(i int) string
func (*SystemCCProvider) IsSysCCAndNotInvokableCC2CCCallCount ¶
func (fake *SystemCCProvider) IsSysCCAndNotInvokableCC2CCCallCount() int
func (*SystemCCProvider) IsSysCCAndNotInvokableCC2CCCalls ¶ added in v1.4.0
func (fake *SystemCCProvider) IsSysCCAndNotInvokableCC2CCCalls(stub func(string) bool)
func (*SystemCCProvider) IsSysCCAndNotInvokableCC2CCReturns ¶
func (fake *SystemCCProvider) IsSysCCAndNotInvokableCC2CCReturns(result1 bool)
func (*SystemCCProvider) IsSysCCAndNotInvokableCC2CCReturnsOnCall ¶
func (fake *SystemCCProvider) IsSysCCAndNotInvokableCC2CCReturnsOnCall(i int, result1 bool)
func (*SystemCCProvider) IsSysCCArgsForCall ¶
func (fake *SystemCCProvider) IsSysCCArgsForCall(i int) string
func (*SystemCCProvider) IsSysCCCallCount ¶
func (fake *SystemCCProvider) IsSysCCCallCount() int
func (*SystemCCProvider) IsSysCCCalls ¶ added in v1.4.0
func (fake *SystemCCProvider) IsSysCCCalls(stub func(string) bool)
func (*SystemCCProvider) IsSysCCReturns ¶
func (fake *SystemCCProvider) IsSysCCReturns(result1 bool)
func (*SystemCCProvider) IsSysCCReturnsOnCall ¶
func (fake *SystemCCProvider) IsSysCCReturnsOnCall(i int, result1 bool)
type TransactionRegistry ¶
type TransactionRegistry struct { AddStub func(string, string) bool RemoveStub func(string, string) // contains filtered or unexported fields }
func (*TransactionRegistry) Add ¶
func (fake *TransactionRegistry) Add(arg1 string, arg2 string) bool
func (*TransactionRegistry) AddArgsForCall ¶
func (fake *TransactionRegistry) AddArgsForCall(i int) (string, string)
func (*TransactionRegistry) AddCallCount ¶
func (fake *TransactionRegistry) AddCallCount() int
func (*TransactionRegistry) AddCalls ¶ added in v1.4.0
func (fake *TransactionRegistry) AddCalls(stub func(string, string) bool)
func (*TransactionRegistry) AddReturns ¶
func (fake *TransactionRegistry) AddReturns(result1 bool)
func (*TransactionRegistry) AddReturnsOnCall ¶
func (fake *TransactionRegistry) AddReturnsOnCall(i int, result1 bool)
func (*TransactionRegistry) Invocations ¶
func (fake *TransactionRegistry) Invocations() map[string][][]interface{}
func (*TransactionRegistry) Remove ¶
func (fake *TransactionRegistry) Remove(arg1 string, arg2 string)
func (*TransactionRegistry) RemoveArgsForCall ¶
func (fake *TransactionRegistry) RemoveArgsForCall(i int) (string, string)
func (*TransactionRegistry) RemoveCallCount ¶
func (fake *TransactionRegistry) RemoveCallCount() int
func (*TransactionRegistry) RemoveCalls ¶ added in v1.4.0
func (fake *TransactionRegistry) RemoveCalls(stub func(string, string))
type TxSimulator ¶
type TxSimulator struct { DeletePrivateDataStub func(string, string, string) error DeletePrivateDataMetadataStub func(string, string, string) error DeleteStateStub func(string, string) error DeleteStateMetadataStub func(string, string) error DoneStub func() ExecuteQueryStub func(string, string) (ledger.ResultsIterator, error) ExecuteQueryOnPrivateDataStub func(string, string, string) (ledger.ResultsIterator, error) ExecuteQueryWithMetadataStub func(string, string, map[string]interface{}) (ledgera.QueryResultsIterator, error) ExecuteUpdateStub func(string) error GetPrivateDataStub func(string, string, string) ([]byte, error) GetPrivateDataMetadataStub func(string, string, string) (map[string][]byte, error) GetPrivateDataMetadataByHashStub func(string, string, []byte) (map[string][]byte, error) GetPrivateDataMultipleKeysStub func(string, string, []string) ([][]byte, error) GetPrivateDataRangeScanIteratorStub func(string, string, string, string) (ledger.ResultsIterator, error) GetStateStub func(string, string) ([]byte, error) GetStateMetadataStub func(string, string) (map[string][]byte, error) GetStateMultipleKeysStub func(string, []string) ([][]byte, error) GetStateRangeScanIteratorStub func(string, string, string) (ledger.ResultsIterator, error) GetStateRangeScanIteratorWithMetadataStub func(string, string, string, map[string]interface{}) (ledgera.QueryResultsIterator, error) GetTxSimulationResultsStub func() (*ledgera.TxSimulationResults, error) SetPrivateDataStub func(string, string, string, []byte) error SetPrivateDataMetadataStub func(string, string, string, map[string][]byte) error SetPrivateDataMultipleKeysStub func(string, string, map[string][]byte) error SetStateStub func(string, string, []byte) error SetStateMetadataStub func(string, string, map[string][]byte) error SetStateMultipleKeysStub func(string, map[string][]byte) error // contains filtered or unexported fields }
func (*TxSimulator) DeletePrivateData ¶
func (fake *TxSimulator) DeletePrivateData(arg1 string, arg2 string, arg3 string) error
func (*TxSimulator) DeletePrivateDataArgsForCall ¶
func (fake *TxSimulator) DeletePrivateDataArgsForCall(i int) (string, string, string)
func (*TxSimulator) DeletePrivateDataCallCount ¶
func (fake *TxSimulator) DeletePrivateDataCallCount() int
func (*TxSimulator) DeletePrivateDataCalls ¶ added in v1.4.0
func (fake *TxSimulator) DeletePrivateDataCalls(stub func(string, string, string) error)
func (*TxSimulator) DeletePrivateDataMetadata ¶
func (fake *TxSimulator) DeletePrivateDataMetadata(arg1 string, arg2 string, arg3 string) error
func (*TxSimulator) DeletePrivateDataMetadataArgsForCall ¶
func (fake *TxSimulator) DeletePrivateDataMetadataArgsForCall(i int) (string, string, string)
func (*TxSimulator) DeletePrivateDataMetadataCallCount ¶
func (fake *TxSimulator) DeletePrivateDataMetadataCallCount() int
func (*TxSimulator) DeletePrivateDataMetadataCalls ¶ added in v1.4.0
func (fake *TxSimulator) DeletePrivateDataMetadataCalls(stub func(string, string, string) error)
func (*TxSimulator) DeletePrivateDataMetadataReturns ¶
func (fake *TxSimulator) DeletePrivateDataMetadataReturns(result1 error)
func (*TxSimulator) DeletePrivateDataMetadataReturnsOnCall ¶
func (fake *TxSimulator) DeletePrivateDataMetadataReturnsOnCall(i int, result1 error)
func (*TxSimulator) DeletePrivateDataReturns ¶
func (fake *TxSimulator) DeletePrivateDataReturns(result1 error)
func (*TxSimulator) DeletePrivateDataReturnsOnCall ¶
func (fake *TxSimulator) DeletePrivateDataReturnsOnCall(i int, result1 error)
func (*TxSimulator) DeleteState ¶
func (fake *TxSimulator) DeleteState(arg1 string, arg2 string) error
func (*TxSimulator) DeleteStateArgsForCall ¶
func (fake *TxSimulator) DeleteStateArgsForCall(i int) (string, string)
func (*TxSimulator) DeleteStateCallCount ¶
func (fake *TxSimulator) DeleteStateCallCount() int
func (*TxSimulator) DeleteStateCalls ¶ added in v1.4.0
func (fake *TxSimulator) DeleteStateCalls(stub func(string, string) error)
func (*TxSimulator) DeleteStateMetadata ¶
func (fake *TxSimulator) DeleteStateMetadata(arg1 string, arg2 string) error
func (*TxSimulator) DeleteStateMetadataArgsForCall ¶
func (fake *TxSimulator) DeleteStateMetadataArgsForCall(i int) (string, string)
func (*TxSimulator) DeleteStateMetadataCallCount ¶
func (fake *TxSimulator) DeleteStateMetadataCallCount() int
func (*TxSimulator) DeleteStateMetadataCalls ¶ added in v1.4.0
func (fake *TxSimulator) DeleteStateMetadataCalls(stub func(string, string) error)
func (*TxSimulator) DeleteStateMetadataReturns ¶
func (fake *TxSimulator) DeleteStateMetadataReturns(result1 error)
func (*TxSimulator) DeleteStateMetadataReturnsOnCall ¶
func (fake *TxSimulator) DeleteStateMetadataReturnsOnCall(i int, result1 error)
func (*TxSimulator) DeleteStateReturns ¶
func (fake *TxSimulator) DeleteStateReturns(result1 error)
func (*TxSimulator) DeleteStateReturnsOnCall ¶
func (fake *TxSimulator) DeleteStateReturnsOnCall(i int, result1 error)
func (*TxSimulator) Done ¶
func (fake *TxSimulator) Done()
func (*TxSimulator) DoneCallCount ¶
func (fake *TxSimulator) DoneCallCount() int
func (*TxSimulator) DoneCalls ¶ added in v1.4.0
func (fake *TxSimulator) DoneCalls(stub func())
func (*TxSimulator) ExecuteQuery ¶
func (fake *TxSimulator) ExecuteQuery(arg1 string, arg2 string) (ledger.ResultsIterator, error)
func (*TxSimulator) ExecuteQueryArgsForCall ¶
func (fake *TxSimulator) ExecuteQueryArgsForCall(i int) (string, string)
func (*TxSimulator) ExecuteQueryCallCount ¶
func (fake *TxSimulator) ExecuteQueryCallCount() int
func (*TxSimulator) ExecuteQueryCalls ¶ added in v1.4.0
func (fake *TxSimulator) ExecuteQueryCalls(stub func(string, string) (ledger.ResultsIterator, error))
func (*TxSimulator) ExecuteQueryOnPrivateData ¶
func (fake *TxSimulator) ExecuteQueryOnPrivateData(arg1 string, arg2 string, arg3 string) (ledger.ResultsIterator, error)
func (*TxSimulator) ExecuteQueryOnPrivateDataArgsForCall ¶
func (fake *TxSimulator) ExecuteQueryOnPrivateDataArgsForCall(i int) (string, string, string)
func (*TxSimulator) ExecuteQueryOnPrivateDataCallCount ¶
func (fake *TxSimulator) ExecuteQueryOnPrivateDataCallCount() int
func (*TxSimulator) ExecuteQueryOnPrivateDataCalls ¶ added in v1.4.0
func (fake *TxSimulator) ExecuteQueryOnPrivateDataCalls(stub func(string, string, string) (ledger.ResultsIterator, error))
func (*TxSimulator) ExecuteQueryOnPrivateDataReturns ¶
func (fake *TxSimulator) ExecuteQueryOnPrivateDataReturns(result1 ledger.ResultsIterator, result2 error)
func (*TxSimulator) ExecuteQueryOnPrivateDataReturnsOnCall ¶
func (fake *TxSimulator) ExecuteQueryOnPrivateDataReturnsOnCall(i int, result1 ledger.ResultsIterator, result2 error)
func (*TxSimulator) ExecuteQueryReturns ¶
func (fake *TxSimulator) ExecuteQueryReturns(result1 ledger.ResultsIterator, result2 error)
func (*TxSimulator) ExecuteQueryReturnsOnCall ¶
func (fake *TxSimulator) ExecuteQueryReturnsOnCall(i int, result1 ledger.ResultsIterator, result2 error)
func (*TxSimulator) ExecuteQueryWithMetadata ¶ added in v1.3.0
func (fake *TxSimulator) ExecuteQueryWithMetadata(arg1 string, arg2 string, arg3 map[string]interface{}) (ledgera.QueryResultsIterator, error)
func (*TxSimulator) ExecuteQueryWithMetadataArgsForCall ¶ added in v1.3.0
func (fake *TxSimulator) ExecuteQueryWithMetadataArgsForCall(i int) (string, string, map[string]interface{})
func (*TxSimulator) ExecuteQueryWithMetadataCallCount ¶ added in v1.3.0
func (fake *TxSimulator) ExecuteQueryWithMetadataCallCount() int
func (*TxSimulator) ExecuteQueryWithMetadataCalls ¶ added in v1.4.0
func (fake *TxSimulator) ExecuteQueryWithMetadataCalls(stub func(string, string, map[string]interface{}) (ledgera.QueryResultsIterator, error))
func (*TxSimulator) ExecuteQueryWithMetadataReturns ¶ added in v1.3.0
func (fake *TxSimulator) ExecuteQueryWithMetadataReturns(result1 ledgera.QueryResultsIterator, result2 error)
func (*TxSimulator) ExecuteQueryWithMetadataReturnsOnCall ¶ added in v1.3.0
func (fake *TxSimulator) ExecuteQueryWithMetadataReturnsOnCall(i int, result1 ledgera.QueryResultsIterator, result2 error)
func (*TxSimulator) ExecuteUpdate ¶
func (fake *TxSimulator) ExecuteUpdate(arg1 string) error
func (*TxSimulator) ExecuteUpdateArgsForCall ¶
func (fake *TxSimulator) ExecuteUpdateArgsForCall(i int) string
func (*TxSimulator) ExecuteUpdateCallCount ¶
func (fake *TxSimulator) ExecuteUpdateCallCount() int
func (*TxSimulator) ExecuteUpdateCalls ¶ added in v1.4.0
func (fake *TxSimulator) ExecuteUpdateCalls(stub func(string) error)
func (*TxSimulator) ExecuteUpdateReturns ¶
func (fake *TxSimulator) ExecuteUpdateReturns(result1 error)
func (*TxSimulator) ExecuteUpdateReturnsOnCall ¶
func (fake *TxSimulator) ExecuteUpdateReturnsOnCall(i int, result1 error)
func (*TxSimulator) GetPrivateData ¶
func (*TxSimulator) GetPrivateDataArgsForCall ¶
func (fake *TxSimulator) GetPrivateDataArgsForCall(i int) (string, string, string)
func (*TxSimulator) GetPrivateDataCallCount ¶
func (fake *TxSimulator) GetPrivateDataCallCount() int
func (*TxSimulator) GetPrivateDataCalls ¶ added in v1.4.0
func (*TxSimulator) GetPrivateDataMetadata ¶
func (*TxSimulator) GetPrivateDataMetadataArgsForCall ¶
func (fake *TxSimulator) GetPrivateDataMetadataArgsForCall(i int) (string, string, string)
func (*TxSimulator) GetPrivateDataMetadataByHash ¶ added in v1.3.0
func (*TxSimulator) GetPrivateDataMetadataByHashArgsForCall ¶ added in v1.3.0
func (fake *TxSimulator) GetPrivateDataMetadataByHashArgsForCall(i int) (string, string, []byte)
func (*TxSimulator) GetPrivateDataMetadataByHashCallCount ¶ added in v1.3.0
func (fake *TxSimulator) GetPrivateDataMetadataByHashCallCount() int
func (*TxSimulator) GetPrivateDataMetadataByHashCalls ¶ added in v1.4.0
func (*TxSimulator) GetPrivateDataMetadataByHashReturns ¶ added in v1.3.0
func (fake *TxSimulator) GetPrivateDataMetadataByHashReturns(result1 map[string][]byte, result2 error)
func (*TxSimulator) GetPrivateDataMetadataByHashReturnsOnCall ¶ added in v1.3.0
func (fake *TxSimulator) GetPrivateDataMetadataByHashReturnsOnCall(i int, result1 map[string][]byte, result2 error)
func (*TxSimulator) GetPrivateDataMetadataCallCount ¶
func (fake *TxSimulator) GetPrivateDataMetadataCallCount() int
func (*TxSimulator) GetPrivateDataMetadataCalls ¶ added in v1.4.0
func (*TxSimulator) GetPrivateDataMetadataReturns ¶
func (fake *TxSimulator) GetPrivateDataMetadataReturns(result1 map[string][]byte, result2 error)
func (*TxSimulator) GetPrivateDataMetadataReturnsOnCall ¶
func (fake *TxSimulator) GetPrivateDataMetadataReturnsOnCall(i int, result1 map[string][]byte, result2 error)
func (*TxSimulator) GetPrivateDataMultipleKeys ¶
func (*TxSimulator) GetPrivateDataMultipleKeysArgsForCall ¶
func (fake *TxSimulator) GetPrivateDataMultipleKeysArgsForCall(i int) (string, string, []string)
func (*TxSimulator) GetPrivateDataMultipleKeysCallCount ¶
func (fake *TxSimulator) GetPrivateDataMultipleKeysCallCount() int
func (*TxSimulator) GetPrivateDataMultipleKeysCalls ¶ added in v1.4.0
func (*TxSimulator) GetPrivateDataMultipleKeysReturns ¶
func (fake *TxSimulator) GetPrivateDataMultipleKeysReturns(result1 [][]byte, result2 error)
func (*TxSimulator) GetPrivateDataMultipleKeysReturnsOnCall ¶
func (fake *TxSimulator) GetPrivateDataMultipleKeysReturnsOnCall(i int, result1 [][]byte, result2 error)
func (*TxSimulator) GetPrivateDataRangeScanIterator ¶
func (fake *TxSimulator) GetPrivateDataRangeScanIterator(arg1 string, arg2 string, arg3 string, arg4 string) (ledger.ResultsIterator, error)
func (*TxSimulator) GetPrivateDataRangeScanIteratorArgsForCall ¶
func (*TxSimulator) GetPrivateDataRangeScanIteratorCallCount ¶
func (fake *TxSimulator) GetPrivateDataRangeScanIteratorCallCount() int
func (*TxSimulator) GetPrivateDataRangeScanIteratorCalls ¶ added in v1.4.0
func (fake *TxSimulator) GetPrivateDataRangeScanIteratorCalls(stub func(string, string, string, string) (ledger.ResultsIterator, error))
func (*TxSimulator) GetPrivateDataRangeScanIteratorReturns ¶
func (fake *TxSimulator) GetPrivateDataRangeScanIteratorReturns(result1 ledger.ResultsIterator, result2 error)
func (*TxSimulator) GetPrivateDataRangeScanIteratorReturnsOnCall ¶
func (fake *TxSimulator) GetPrivateDataRangeScanIteratorReturnsOnCall(i int, result1 ledger.ResultsIterator, result2 error)
func (*TxSimulator) GetPrivateDataReturns ¶
func (fake *TxSimulator) GetPrivateDataReturns(result1 []byte, result2 error)
func (*TxSimulator) GetPrivateDataReturnsOnCall ¶
func (fake *TxSimulator) GetPrivateDataReturnsOnCall(i int, result1 []byte, result2 error)
func (*TxSimulator) GetState ¶
func (fake *TxSimulator) GetState(arg1 string, arg2 string) ([]byte, error)
func (*TxSimulator) GetStateArgsForCall ¶
func (fake *TxSimulator) GetStateArgsForCall(i int) (string, string)
func (*TxSimulator) GetStateCallCount ¶
func (fake *TxSimulator) GetStateCallCount() int
func (*TxSimulator) GetStateCalls ¶ added in v1.4.0
func (fake *TxSimulator) GetStateCalls(stub func(string, string) ([]byte, error))
func (*TxSimulator) GetStateMetadata ¶
func (*TxSimulator) GetStateMetadataArgsForCall ¶
func (fake *TxSimulator) GetStateMetadataArgsForCall(i int) (string, string)
func (*TxSimulator) GetStateMetadataCallCount ¶
func (fake *TxSimulator) GetStateMetadataCallCount() int
func (*TxSimulator) GetStateMetadataCalls ¶ added in v1.4.0
func (*TxSimulator) GetStateMetadataReturns ¶
func (fake *TxSimulator) GetStateMetadataReturns(result1 map[string][]byte, result2 error)
func (*TxSimulator) GetStateMetadataReturnsOnCall ¶
func (fake *TxSimulator) GetStateMetadataReturnsOnCall(i int, result1 map[string][]byte, result2 error)
func (*TxSimulator) GetStateMultipleKeys ¶
func (fake *TxSimulator) GetStateMultipleKeys(arg1 string, arg2 []string) ([][]byte, error)
func (*TxSimulator) GetStateMultipleKeysArgsForCall ¶
func (fake *TxSimulator) GetStateMultipleKeysArgsForCall(i int) (string, []string)
func (*TxSimulator) GetStateMultipleKeysCallCount ¶
func (fake *TxSimulator) GetStateMultipleKeysCallCount() int
func (*TxSimulator) GetStateMultipleKeysCalls ¶ added in v1.4.0
func (fake *TxSimulator) GetStateMultipleKeysCalls(stub func(string, []string) ([][]byte, error))
func (*TxSimulator) GetStateMultipleKeysReturns ¶
func (fake *TxSimulator) GetStateMultipleKeysReturns(result1 [][]byte, result2 error)
func (*TxSimulator) GetStateMultipleKeysReturnsOnCall ¶
func (fake *TxSimulator) GetStateMultipleKeysReturnsOnCall(i int, result1 [][]byte, result2 error)
func (*TxSimulator) GetStateRangeScanIterator ¶
func (fake *TxSimulator) GetStateRangeScanIterator(arg1 string, arg2 string, arg3 string) (ledger.ResultsIterator, error)
func (*TxSimulator) GetStateRangeScanIteratorArgsForCall ¶
func (fake *TxSimulator) GetStateRangeScanIteratorArgsForCall(i int) (string, string, string)
func (*TxSimulator) GetStateRangeScanIteratorCallCount ¶
func (fake *TxSimulator) GetStateRangeScanIteratorCallCount() int
func (*TxSimulator) GetStateRangeScanIteratorCalls ¶ added in v1.4.0
func (fake *TxSimulator) GetStateRangeScanIteratorCalls(stub func(string, string, string) (ledger.ResultsIterator, error))
func (*TxSimulator) GetStateRangeScanIteratorReturns ¶
func (fake *TxSimulator) GetStateRangeScanIteratorReturns(result1 ledger.ResultsIterator, result2 error)
func (*TxSimulator) GetStateRangeScanIteratorReturnsOnCall ¶
func (fake *TxSimulator) GetStateRangeScanIteratorReturnsOnCall(i int, result1 ledger.ResultsIterator, result2 error)
func (*TxSimulator) GetStateRangeScanIteratorWithMetadata ¶ added in v1.3.0
func (fake *TxSimulator) GetStateRangeScanIteratorWithMetadata(arg1 string, arg2 string, arg3 string, arg4 map[string]interface{}) (ledgera.QueryResultsIterator, error)
func (*TxSimulator) GetStateRangeScanIteratorWithMetadataArgsForCall ¶ added in v1.3.0
func (*TxSimulator) GetStateRangeScanIteratorWithMetadataCallCount ¶ added in v1.3.0
func (fake *TxSimulator) GetStateRangeScanIteratorWithMetadataCallCount() int
func (*TxSimulator) GetStateRangeScanIteratorWithMetadataCalls ¶ added in v1.4.0
func (fake *TxSimulator) GetStateRangeScanIteratorWithMetadataCalls(stub func(string, string, string, map[string]interface{}) (ledgera.QueryResultsIterator, error))
func (*TxSimulator) GetStateRangeScanIteratorWithMetadataReturns ¶ added in v1.3.0
func (fake *TxSimulator) GetStateRangeScanIteratorWithMetadataReturns(result1 ledgera.QueryResultsIterator, result2 error)
func (*TxSimulator) GetStateRangeScanIteratorWithMetadataReturnsOnCall ¶ added in v1.3.0
func (fake *TxSimulator) GetStateRangeScanIteratorWithMetadataReturnsOnCall(i int, result1 ledgera.QueryResultsIterator, result2 error)
func (*TxSimulator) GetStateReturns ¶
func (fake *TxSimulator) GetStateReturns(result1 []byte, result2 error)
func (*TxSimulator) GetStateReturnsOnCall ¶
func (fake *TxSimulator) GetStateReturnsOnCall(i int, result1 []byte, result2 error)
func (*TxSimulator) GetTxSimulationResults ¶
func (fake *TxSimulator) GetTxSimulationResults() (*ledgera.TxSimulationResults, error)
func (*TxSimulator) GetTxSimulationResultsCallCount ¶
func (fake *TxSimulator) GetTxSimulationResultsCallCount() int
func (*TxSimulator) GetTxSimulationResultsCalls ¶ added in v1.4.0
func (fake *TxSimulator) GetTxSimulationResultsCalls(stub func() (*ledgera.TxSimulationResults, error))
func (*TxSimulator) GetTxSimulationResultsReturns ¶
func (fake *TxSimulator) GetTxSimulationResultsReturns(result1 *ledgera.TxSimulationResults, result2 error)
func (*TxSimulator) GetTxSimulationResultsReturnsOnCall ¶
func (fake *TxSimulator) GetTxSimulationResultsReturnsOnCall(i int, result1 *ledgera.TxSimulationResults, result2 error)
func (*TxSimulator) Invocations ¶
func (fake *TxSimulator) Invocations() map[string][][]interface{}
func (*TxSimulator) SetPrivateData ¶
func (*TxSimulator) SetPrivateDataArgsForCall ¶
func (*TxSimulator) SetPrivateDataCallCount ¶
func (fake *TxSimulator) SetPrivateDataCallCount() int
func (*TxSimulator) SetPrivateDataCalls ¶ added in v1.4.0
func (*TxSimulator) SetPrivateDataMetadata ¶
func (*TxSimulator) SetPrivateDataMetadataArgsForCall ¶
func (*TxSimulator) SetPrivateDataMetadataCallCount ¶
func (fake *TxSimulator) SetPrivateDataMetadataCallCount() int
func (*TxSimulator) SetPrivateDataMetadataCalls ¶ added in v1.4.0
func (*TxSimulator) SetPrivateDataMetadataReturns ¶
func (fake *TxSimulator) SetPrivateDataMetadataReturns(result1 error)
func (*TxSimulator) SetPrivateDataMetadataReturnsOnCall ¶
func (fake *TxSimulator) SetPrivateDataMetadataReturnsOnCall(i int, result1 error)
func (*TxSimulator) SetPrivateDataMultipleKeys ¶
func (*TxSimulator) SetPrivateDataMultipleKeysArgsForCall ¶
func (*TxSimulator) SetPrivateDataMultipleKeysCallCount ¶
func (fake *TxSimulator) SetPrivateDataMultipleKeysCallCount() int
func (*TxSimulator) SetPrivateDataMultipleKeysCalls ¶ added in v1.4.0
func (*TxSimulator) SetPrivateDataMultipleKeysReturns ¶
func (fake *TxSimulator) SetPrivateDataMultipleKeysReturns(result1 error)
func (*TxSimulator) SetPrivateDataMultipleKeysReturnsOnCall ¶
func (fake *TxSimulator) SetPrivateDataMultipleKeysReturnsOnCall(i int, result1 error)
func (*TxSimulator) SetPrivateDataReturns ¶
func (fake *TxSimulator) SetPrivateDataReturns(result1 error)
func (*TxSimulator) SetPrivateDataReturnsOnCall ¶
func (fake *TxSimulator) SetPrivateDataReturnsOnCall(i int, result1 error)
func (*TxSimulator) SetState ¶
func (fake *TxSimulator) SetState(arg1 string, arg2 string, arg3 []byte) error
func (*TxSimulator) SetStateArgsForCall ¶
func (fake *TxSimulator) SetStateArgsForCall(i int) (string, string, []byte)
func (*TxSimulator) SetStateCallCount ¶
func (fake *TxSimulator) SetStateCallCount() int
func (*TxSimulator) SetStateCalls ¶ added in v1.4.0
func (fake *TxSimulator) SetStateCalls(stub func(string, string, []byte) error)
func (*TxSimulator) SetStateMetadata ¶
func (*TxSimulator) SetStateMetadataArgsForCall ¶
func (*TxSimulator) SetStateMetadataCallCount ¶
func (fake *TxSimulator) SetStateMetadataCallCount() int
func (*TxSimulator) SetStateMetadataCalls ¶ added in v1.4.0
func (*TxSimulator) SetStateMetadataReturns ¶
func (fake *TxSimulator) SetStateMetadataReturns(result1 error)
func (*TxSimulator) SetStateMetadataReturnsOnCall ¶
func (fake *TxSimulator) SetStateMetadataReturnsOnCall(i int, result1 error)
func (*TxSimulator) SetStateMultipleKeys ¶
func (fake *TxSimulator) SetStateMultipleKeys(arg1 string, arg2 map[string][]byte) error
func (*TxSimulator) SetStateMultipleKeysArgsForCall ¶
func (fake *TxSimulator) SetStateMultipleKeysArgsForCall(i int) (string, map[string][]byte)
func (*TxSimulator) SetStateMultipleKeysCallCount ¶
func (fake *TxSimulator) SetStateMultipleKeysCallCount() int
func (*TxSimulator) SetStateMultipleKeysCalls ¶ added in v1.4.0
func (fake *TxSimulator) SetStateMultipleKeysCalls(stub func(string, map[string][]byte) error)
func (*TxSimulator) SetStateMultipleKeysReturns ¶
func (fake *TxSimulator) SetStateMultipleKeysReturns(result1 error)
func (*TxSimulator) SetStateMultipleKeysReturnsOnCall ¶
func (fake *TxSimulator) SetStateMultipleKeysReturnsOnCall(i int, result1 error)
func (*TxSimulator) SetStateReturns ¶
func (fake *TxSimulator) SetStateReturns(result1 error)
func (*TxSimulator) SetStateReturnsOnCall ¶
func (fake *TxSimulator) SetStateReturnsOnCall(i int, result1 error)
Source Files ¶
- acl_provider.go
- cert_generator.go
- chaincode_definition_getter.go
- chaincode_stream.go
- collection_store.go
- history_query_executor.go
- instantiation_policy_checker.go
- invoker.go
- ledger_getter.go
- lifecycle.go
- package_provider.go
- peer_ledger.go
- processor.go
- results_iterator.go
- runtime.go
- system_chaincode_provider.go
- transaction_registry.go
- tx_simulator.go