mock

package
v1.4.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 22, 2020 License: Apache-2.0 Imports: 9 Imported by: 0

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

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

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

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

func (fake *ChaincodeDefinitionGetter) ChaincodeDefinition(arg1 string, arg2 ledger.QueryExecutor) (ccprovider.ChaincodeDefinition, error)

func (*ChaincodeDefinitionGetter) ChaincodeDefinitionArgsForCall

func (fake *ChaincodeDefinitionGetter) ChaincodeDefinitionArgsForCall(i int) (string, ledger.QueryExecutor)

func (*ChaincodeDefinitionGetter) ChaincodeDefinitionCallCount

func (fake *ChaincodeDefinitionGetter) ChaincodeDefinitionCallCount() int

func (*ChaincodeDefinitionGetter) ChaincodeDefinitionCalls

func (fake *ChaincodeDefinitionGetter) ChaincodeDefinitionCalls(stub func(string, ledger.QueryExecutor) (ccprovider.ChaincodeDefinition, error))

func (*ChaincodeDefinitionGetter) ChaincodeDefinitionReturns

func (fake *ChaincodeDefinitionGetter) ChaincodeDefinitionReturns(result1 ccprovider.ChaincodeDefinition, result2 error)

func (*ChaincodeDefinitionGetter) ChaincodeDefinitionReturnsOnCall

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

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

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

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

func (fake *CollectionStore) AccessFilter(arg1 string, arg2 *common.CollectionPolicyConfig) (privdata.Filter, error)

func (*CollectionStore) AccessFilterArgsForCall

func (fake *CollectionStore) AccessFilterArgsForCall(i int) (string, *common.CollectionPolicyConfig)

func (*CollectionStore) AccessFilterCallCount

func (fake *CollectionStore) AccessFilterCallCount() int

func (*CollectionStore) AccessFilterCalls

func (fake *CollectionStore) AccessFilterCalls(stub func(string, *common.CollectionPolicyConfig) (privdata.Filter, error))

func (*CollectionStore) AccessFilterReturns

func (fake *CollectionStore) AccessFilterReturns(result1 privdata.Filter, result2 error)

func (*CollectionStore) AccessFilterReturnsOnCall

func (fake *CollectionStore) AccessFilterReturnsOnCall(i int, result1 privdata.Filter, result2 error)

func (*CollectionStore) HasReadAccess

func (fake *CollectionStore) HasReadAccess(arg1 common.CollectionCriteria, arg2 *peer.SignedProposal, arg3 ledger.QueryExecutor) (bool, error)

func (*CollectionStore) HasReadAccessArgsForCall

func (fake *CollectionStore) HasReadAccessArgsForCall(i int) (common.CollectionCriteria, *peer.SignedProposal, ledger.QueryExecutor)

func (*CollectionStore) HasReadAccessCallCount

func (fake *CollectionStore) HasReadAccessCallCount() int

func (*CollectionStore) HasReadAccessCalls

func (fake *CollectionStore) HasReadAccessCalls(stub func(common.CollectionCriteria, *peer.SignedProposal, ledger.QueryExecutor) (bool, error))

func (*CollectionStore) HasReadAccessReturns

func (fake *CollectionStore) HasReadAccessReturns(result1 bool, result2 error)

func (*CollectionStore) HasReadAccessReturnsOnCall

func (fake *CollectionStore) HasReadAccessReturnsOnCall(i int, result1 bool, result2 error)

func (*CollectionStore) Invocations

func (fake *CollectionStore) Invocations() map[string][][]interface{}

func (*CollectionStore) RetrieveCollection

func (fake *CollectionStore) RetrieveCollection(arg1 common.CollectionCriteria) (privdata.Collection, error)

func (*CollectionStore) RetrieveCollectionAccessPolicy

func (fake *CollectionStore) RetrieveCollectionAccessPolicy(arg1 common.CollectionCriteria) (privdata.CollectionAccessPolicy, error)

func (*CollectionStore) RetrieveCollectionAccessPolicyArgsForCall

func (fake *CollectionStore) RetrieveCollectionAccessPolicyArgsForCall(i int) common.CollectionCriteria

func (*CollectionStore) RetrieveCollectionAccessPolicyCallCount

func (fake *CollectionStore) RetrieveCollectionAccessPolicyCallCount() int

func (*CollectionStore) RetrieveCollectionAccessPolicyCalls

func (fake *CollectionStore) RetrieveCollectionAccessPolicyCalls(stub func(common.CollectionCriteria) (privdata.CollectionAccessPolicy, error))

func (*CollectionStore) RetrieveCollectionAccessPolicyReturns

func (fake *CollectionStore) RetrieveCollectionAccessPolicyReturns(result1 privdata.CollectionAccessPolicy, result2 error)

func (*CollectionStore) RetrieveCollectionAccessPolicyReturnsOnCall

func (fake *CollectionStore) RetrieveCollectionAccessPolicyReturnsOnCall(i int, result1 privdata.CollectionAccessPolicy, result2 error)

func (*CollectionStore) RetrieveCollectionArgsForCall

func (fake *CollectionStore) RetrieveCollectionArgsForCall(i int) common.CollectionCriteria

func (*CollectionStore) RetrieveCollectionCallCount

func (fake *CollectionStore) RetrieveCollectionCallCount() int

func (*CollectionStore) RetrieveCollectionCalls

func (fake *CollectionStore) RetrieveCollectionCalls(stub func(common.CollectionCriteria) (privdata.Collection, error))

func (*CollectionStore) RetrieveCollectionConfigPackage

func (fake *CollectionStore) RetrieveCollectionConfigPackage(arg1 common.CollectionCriteria) (*common.CollectionConfigPackage, error)

func (*CollectionStore) RetrieveCollectionConfigPackageArgsForCall

func (fake *CollectionStore) RetrieveCollectionConfigPackageArgsForCall(i int) common.CollectionCriteria

func (*CollectionStore) RetrieveCollectionConfigPackageCallCount

func (fake *CollectionStore) RetrieveCollectionConfigPackageCallCount() int

func (*CollectionStore) RetrieveCollectionConfigPackageCalls

func (fake *CollectionStore) RetrieveCollectionConfigPackageCalls(stub func(common.CollectionCriteria) (*common.CollectionConfigPackage, error))

func (*CollectionStore) RetrieveCollectionConfigPackageReturns

func (fake *CollectionStore) RetrieveCollectionConfigPackageReturns(result1 *common.CollectionConfigPackage, result2 error)

func (*CollectionStore) RetrieveCollectionConfigPackageReturnsOnCall

func (fake *CollectionStore) RetrieveCollectionConfigPackageReturnsOnCall(i int, result1 *common.CollectionConfigPackage, result2 error)

func (*CollectionStore) RetrieveCollectionPersistenceConfigs

func (fake *CollectionStore) RetrieveCollectionPersistenceConfigs(arg1 common.CollectionCriteria) (privdata.CollectionPersistenceConfigs, error)

func (*CollectionStore) RetrieveCollectionPersistenceConfigsArgsForCall

func (fake *CollectionStore) RetrieveCollectionPersistenceConfigsArgsForCall(i int) common.CollectionCriteria

func (*CollectionStore) RetrieveCollectionPersistenceConfigsCallCount

func (fake *CollectionStore) RetrieveCollectionPersistenceConfigsCallCount() int

func (*CollectionStore) RetrieveCollectionPersistenceConfigsCalls

func (fake *CollectionStore) RetrieveCollectionPersistenceConfigsCalls(stub func(common.CollectionCriteria) (privdata.CollectionPersistenceConfigs, error))

func (*CollectionStore) RetrieveCollectionPersistenceConfigsReturns

func (fake *CollectionStore) RetrieveCollectionPersistenceConfigsReturns(result1 privdata.CollectionPersistenceConfigs, result2 error)

func (*CollectionStore) RetrieveCollectionPersistenceConfigsReturnsOnCall

func (fake *CollectionStore) RetrieveCollectionPersistenceConfigsReturnsOnCall(i int, result1 privdata.CollectionPersistenceConfigs, result2 error)

func (*CollectionStore) RetrieveCollectionReturns

func (fake *CollectionStore) RetrieveCollectionReturns(result1 privdata.Collection, result2 error)

func (*CollectionStore) RetrieveCollectionReturnsOnCall

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

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

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 (fake *Invoker) Invocations() map[string][][]interface{}

func (*Invoker) Invoke

func (*Invoker) InvokeArgsForCall

func (fake *Invoker) InvokeArgsForCall(i int) (*ccprovider.TransactionParams, *ccprovider.CCContext, *peer.ChaincodeInput)

func (*Invoker) InvokeCallCount

func (fake *Invoker) InvokeCallCount() int

func (*Invoker) InvokeCalls

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

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

type Lifecycle struct {
	ChaincodeContainerInfoStub func(string, ledger.QueryExecutor) (*ccprovider.ChaincodeContainerInfo, error)

	ChaincodeDefinitionStub func(string, ledger.QueryExecutor) (ccprovider.ChaincodeDefinition, error)
	// contains filtered or unexported fields
}

func (*Lifecycle) ChaincodeContainerInfo

func (fake *Lifecycle) ChaincodeContainerInfo(arg1 string, arg2 ledger.QueryExecutor) (*ccprovider.ChaincodeContainerInfo, error)

func (*Lifecycle) ChaincodeContainerInfoArgsForCall

func (fake *Lifecycle) ChaincodeContainerInfoArgsForCall(i int) (string, ledger.QueryExecutor)

func (*Lifecycle) ChaincodeContainerInfoCallCount

func (fake *Lifecycle) ChaincodeContainerInfoCallCount() int

func (*Lifecycle) ChaincodeContainerInfoCalls

func (fake *Lifecycle) ChaincodeContainerInfoCalls(stub func(string, ledger.QueryExecutor) (*ccprovider.ChaincodeContainerInfo, error))

func (*Lifecycle) ChaincodeContainerInfoReturns

func (fake *Lifecycle) ChaincodeContainerInfoReturns(result1 *ccprovider.ChaincodeContainerInfo, result2 error)

func (*Lifecycle) ChaincodeContainerInfoReturnsOnCall

func (fake *Lifecycle) ChaincodeContainerInfoReturnsOnCall(i int, result1 *ccprovider.ChaincodeContainerInfo, result2 error)

func (*Lifecycle) ChaincodeDefinition

func (fake *Lifecycle) ChaincodeDefinition(arg1 string, arg2 ledger.QueryExecutor) (ccprovider.ChaincodeDefinition, error)

func (*Lifecycle) ChaincodeDefinitionArgsForCall

func (fake *Lifecycle) ChaincodeDefinitionArgsForCall(i int) (string, ledger.QueryExecutor)

func (*Lifecycle) ChaincodeDefinitionCallCount

func (fake *Lifecycle) ChaincodeDefinitionCallCount() int

func (*Lifecycle) ChaincodeDefinitionCalls

func (fake *Lifecycle) ChaincodeDefinitionCalls(stub func(string, ledger.QueryExecutor) (ccprovider.ChaincodeDefinition, error))

func (*Lifecycle) ChaincodeDefinitionReturns

func (fake *Lifecycle) ChaincodeDefinitionReturns(result1 ccprovider.ChaincodeDefinition, result2 error)

func (*Lifecycle) ChaincodeDefinitionReturnsOnCall

func (fake *Lifecycle) ChaincodeDefinitionReturnsOnCall(i int, result1 ccprovider.ChaincodeDefinition, result2 error)

func (*Lifecycle) Invocations

func (fake *Lifecycle) Invocations() map[string][][]interface{}

type PackageProvider

type PackageProvider struct {
	GetChaincodeCodePackageStub func(string, string) ([]byte, error)
	// contains filtered or unexported fields
}

func (*PackageProvider) GetChaincodeCodePackage

func (fake *PackageProvider) GetChaincodeCodePackage(arg1 string, arg2 string) ([]byte, error)

func (*PackageProvider) GetChaincodeCodePackageArgsForCall

func (fake *PackageProvider) GetChaincodeCodePackageArgsForCall(i int) (string, string)

func (*PackageProvider) GetChaincodeCodePackageCallCount

func (fake *PackageProvider) GetChaincodeCodePackageCallCount() int

func (*PackageProvider) GetChaincodeCodePackageCalls

func (fake *PackageProvider) GetChaincodeCodePackageCalls(stub func(string, string) ([]byte, error))

func (*PackageProvider) GetChaincodeCodePackageReturns

func (fake *PackageProvider) GetChaincodeCodePackageReturns(result1 []byte, result2 error)

func (*PackageProvider) GetChaincodeCodePackageReturnsOnCall

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([]*ledger.BlockPvtData) ([]*ledger.PvtdataHashMismatch, error)

	CommitWithPvtDataStub func(*ledger.BlockAndPvtData, *ledger.CommitOptions) error

	DoesPvtDataInfoExistStub func(uint64) (bool, 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) (ledgera.ResultsIterator, error)

	GetConfigHistoryRetrieverStub func() (ledger.ConfigHistoryRetriever, error)

	GetMissingPvtDataTrackerStub func() (ledger.MissingPvtDataTracker, error)

	GetPvtDataAndBlockByNumStub func(uint64, ledger.PvtNsCollFilter) (*ledger.BlockAndPvtData, error)

	GetPvtDataByNumStub func(uint64, ledger.PvtNsCollFilter) ([]*ledger.TxPvtData, error)

	GetTransactionByIDStub func(string) (*peer.ProcessedTransaction, error)

	GetTxValidationCodeByTxIDStub func(string) (peer.TxValidationCode, error)

	NewHistoryQueryExecutorStub func() (ledger.HistoryQueryExecutor, error)

	NewQueryExecutorStub func() (ledger.QueryExecutor, error)

	NewTxSimulatorStub func(string) (ledger.TxSimulator, error)

	PrivateDataMinBlockNumStub func() (uint64, error)

	PruneStub func(ledgera.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

func (fake *PeerLedger) CloseCalls(stub func())

func (*PeerLedger) CommitPvtDataOfOldBlocks

func (fake *PeerLedger) CommitPvtDataOfOldBlocks(arg1 []*ledger.BlockPvtData) ([]*ledger.PvtdataHashMismatch, error)

func (*PeerLedger) CommitPvtDataOfOldBlocksArgsForCall

func (fake *PeerLedger) CommitPvtDataOfOldBlocksArgsForCall(i int) []*ledger.BlockPvtData

func (*PeerLedger) CommitPvtDataOfOldBlocksCallCount

func (fake *PeerLedger) CommitPvtDataOfOldBlocksCallCount() int

func (*PeerLedger) CommitPvtDataOfOldBlocksCalls

func (fake *PeerLedger) CommitPvtDataOfOldBlocksCalls(stub func([]*ledger.BlockPvtData) ([]*ledger.PvtdataHashMismatch, error))

func (*PeerLedger) CommitPvtDataOfOldBlocksReturns

func (fake *PeerLedger) CommitPvtDataOfOldBlocksReturns(result1 []*ledger.PvtdataHashMismatch, result2 error)

func (*PeerLedger) CommitPvtDataOfOldBlocksReturnsOnCall

func (fake *PeerLedger) CommitPvtDataOfOldBlocksReturnsOnCall(i int, result1 []*ledger.PvtdataHashMismatch, result2 error)

func (*PeerLedger) CommitWithPvtData

func (fake *PeerLedger) CommitWithPvtData(arg1 *ledger.BlockAndPvtData, arg2 *ledger.CommitOptions) error

func (*PeerLedger) CommitWithPvtDataArgsForCall

func (fake *PeerLedger) CommitWithPvtDataArgsForCall(i int) (*ledger.BlockAndPvtData, *ledger.CommitOptions)

func (*PeerLedger) CommitWithPvtDataCallCount

func (fake *PeerLedger) CommitWithPvtDataCallCount() int

func (*PeerLedger) CommitWithPvtDataCalls

func (fake *PeerLedger) CommitWithPvtDataCalls(stub func(*ledger.BlockAndPvtData, *ledger.CommitOptions) error)

func (*PeerLedger) CommitWithPvtDataReturns

func (fake *PeerLedger) CommitWithPvtDataReturns(result1 error)

func (*PeerLedger) CommitWithPvtDataReturnsOnCall

func (fake *PeerLedger) CommitWithPvtDataReturnsOnCall(i int, result1 error)

func (*PeerLedger) DoesPvtDataInfoExist

func (fake *PeerLedger) DoesPvtDataInfoExist(arg1 uint64) (bool, error)

func (*PeerLedger) DoesPvtDataInfoExistArgsForCall

func (fake *PeerLedger) DoesPvtDataInfoExistArgsForCall(i int) uint64

func (*PeerLedger) DoesPvtDataInfoExistCallCount

func (fake *PeerLedger) DoesPvtDataInfoExistCallCount() int

func (*PeerLedger) DoesPvtDataInfoExistCalls

func (fake *PeerLedger) DoesPvtDataInfoExistCalls(stub func(uint64) (bool, error))

func (*PeerLedger) DoesPvtDataInfoExistReturns

func (fake *PeerLedger) DoesPvtDataInfoExistReturns(result1 bool, result2 error)

func (*PeerLedger) DoesPvtDataInfoExistReturnsOnCall

func (fake *PeerLedger) DoesPvtDataInfoExistReturnsOnCall(i int, result1 bool, result2 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

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

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

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

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) (ledgera.ResultsIterator, error)

func (*PeerLedger) GetBlocksIteratorArgsForCall

func (fake *PeerLedger) GetBlocksIteratorArgsForCall(i int) uint64

func (*PeerLedger) GetBlocksIteratorCallCount

func (fake *PeerLedger) GetBlocksIteratorCallCount() int

func (*PeerLedger) GetBlocksIteratorCalls

func (fake *PeerLedger) GetBlocksIteratorCalls(stub func(uint64) (ledgera.ResultsIterator, error))

func (*PeerLedger) GetBlocksIteratorReturns

func (fake *PeerLedger) GetBlocksIteratorReturns(result1 ledgera.ResultsIterator, result2 error)

func (*PeerLedger) GetBlocksIteratorReturnsOnCall

func (fake *PeerLedger) GetBlocksIteratorReturnsOnCall(i int, result1 ledgera.ResultsIterator, result2 error)

func (*PeerLedger) GetConfigHistoryRetriever

func (fake *PeerLedger) GetConfigHistoryRetriever() (ledger.ConfigHistoryRetriever, error)

func (*PeerLedger) GetConfigHistoryRetrieverCallCount

func (fake *PeerLedger) GetConfigHistoryRetrieverCallCount() int

func (*PeerLedger) GetConfigHistoryRetrieverCalls

func (fake *PeerLedger) GetConfigHistoryRetrieverCalls(stub func() (ledger.ConfigHistoryRetriever, error))

func (*PeerLedger) GetConfigHistoryRetrieverReturns

func (fake *PeerLedger) GetConfigHistoryRetrieverReturns(result1 ledger.ConfigHistoryRetriever, result2 error)

func (*PeerLedger) GetConfigHistoryRetrieverReturnsOnCall

func (fake *PeerLedger) GetConfigHistoryRetrieverReturnsOnCall(i int, result1 ledger.ConfigHistoryRetriever, result2 error)

func (*PeerLedger) GetMissingPvtDataTracker

func (fake *PeerLedger) GetMissingPvtDataTracker() (ledger.MissingPvtDataTracker, error)

func (*PeerLedger) GetMissingPvtDataTrackerCallCount

func (fake *PeerLedger) GetMissingPvtDataTrackerCallCount() int

func (*PeerLedger) GetMissingPvtDataTrackerCalls

func (fake *PeerLedger) GetMissingPvtDataTrackerCalls(stub func() (ledger.MissingPvtDataTracker, error))

func (*PeerLedger) GetMissingPvtDataTrackerReturns

func (fake *PeerLedger) GetMissingPvtDataTrackerReturns(result1 ledger.MissingPvtDataTracker, result2 error)

func (*PeerLedger) GetMissingPvtDataTrackerReturnsOnCall

func (fake *PeerLedger) GetMissingPvtDataTrackerReturnsOnCall(i int, result1 ledger.MissingPvtDataTracker, result2 error)

func (*PeerLedger) GetPvtDataAndBlockByNum

func (fake *PeerLedger) GetPvtDataAndBlockByNum(arg1 uint64, arg2 ledger.PvtNsCollFilter) (*ledger.BlockAndPvtData, error)

func (*PeerLedger) GetPvtDataAndBlockByNumArgsForCall

func (fake *PeerLedger) GetPvtDataAndBlockByNumArgsForCall(i int) (uint64, ledger.PvtNsCollFilter)

func (*PeerLedger) GetPvtDataAndBlockByNumCallCount

func (fake *PeerLedger) GetPvtDataAndBlockByNumCallCount() int

func (*PeerLedger) GetPvtDataAndBlockByNumCalls

func (fake *PeerLedger) GetPvtDataAndBlockByNumCalls(stub func(uint64, ledger.PvtNsCollFilter) (*ledger.BlockAndPvtData, error))

func (*PeerLedger) GetPvtDataAndBlockByNumReturns

func (fake *PeerLedger) GetPvtDataAndBlockByNumReturns(result1 *ledger.BlockAndPvtData, result2 error)

func (*PeerLedger) GetPvtDataAndBlockByNumReturnsOnCall

func (fake *PeerLedger) GetPvtDataAndBlockByNumReturnsOnCall(i int, result1 *ledger.BlockAndPvtData, result2 error)

func (*PeerLedger) GetPvtDataByNum

func (fake *PeerLedger) GetPvtDataByNum(arg1 uint64, arg2 ledger.PvtNsCollFilter) ([]*ledger.TxPvtData, error)

func (*PeerLedger) GetPvtDataByNumArgsForCall

func (fake *PeerLedger) GetPvtDataByNumArgsForCall(i int) (uint64, ledger.PvtNsCollFilter)

func (*PeerLedger) GetPvtDataByNumCallCount

func (fake *PeerLedger) GetPvtDataByNumCallCount() int

func (*PeerLedger) GetPvtDataByNumCalls

func (fake *PeerLedger) GetPvtDataByNumCalls(stub func(uint64, ledger.PvtNsCollFilter) ([]*ledger.TxPvtData, error))

func (*PeerLedger) GetPvtDataByNumReturns

func (fake *PeerLedger) GetPvtDataByNumReturns(result1 []*ledger.TxPvtData, result2 error)

func (*PeerLedger) GetPvtDataByNumReturnsOnCall

func (fake *PeerLedger) GetPvtDataByNumReturnsOnCall(i int, result1 []*ledger.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

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

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() (ledger.HistoryQueryExecutor, error)

func (*PeerLedger) NewHistoryQueryExecutorCallCount

func (fake *PeerLedger) NewHistoryQueryExecutorCallCount() int

func (*PeerLedger) NewHistoryQueryExecutorCalls

func (fake *PeerLedger) NewHistoryQueryExecutorCalls(stub func() (ledger.HistoryQueryExecutor, error))

func (*PeerLedger) NewHistoryQueryExecutorReturns

func (fake *PeerLedger) NewHistoryQueryExecutorReturns(result1 ledger.HistoryQueryExecutor, result2 error)

func (*PeerLedger) NewHistoryQueryExecutorReturnsOnCall

func (fake *PeerLedger) NewHistoryQueryExecutorReturnsOnCall(i int, result1 ledger.HistoryQueryExecutor, result2 error)

func (*PeerLedger) NewQueryExecutor

func (fake *PeerLedger) NewQueryExecutor() (ledger.QueryExecutor, error)

func (*PeerLedger) NewQueryExecutorCallCount

func (fake *PeerLedger) NewQueryExecutorCallCount() int

func (*PeerLedger) NewQueryExecutorCalls

func (fake *PeerLedger) NewQueryExecutorCalls(stub func() (ledger.QueryExecutor, error))

func (*PeerLedger) NewQueryExecutorReturns

func (fake *PeerLedger) NewQueryExecutorReturns(result1 ledger.QueryExecutor, result2 error)

func (*PeerLedger) NewQueryExecutorReturnsOnCall

func (fake *PeerLedger) NewQueryExecutorReturnsOnCall(i int, result1 ledger.QueryExecutor, result2 error)

func (*PeerLedger) NewTxSimulator

func (fake *PeerLedger) NewTxSimulator(arg1 string) (ledger.TxSimulator, error)

func (*PeerLedger) NewTxSimulatorArgsForCall

func (fake *PeerLedger) NewTxSimulatorArgsForCall(i int) string

func (*PeerLedger) NewTxSimulatorCallCount

func (fake *PeerLedger) NewTxSimulatorCallCount() int

func (*PeerLedger) NewTxSimulatorCalls

func (fake *PeerLedger) NewTxSimulatorCalls(stub func(string) (ledger.TxSimulator, error))

func (*PeerLedger) NewTxSimulatorReturns

func (fake *PeerLedger) NewTxSimulatorReturns(result1 ledger.TxSimulator, result2 error)

func (*PeerLedger) NewTxSimulatorReturnsOnCall

func (fake *PeerLedger) NewTxSimulatorReturnsOnCall(i int, result1 ledger.TxSimulator, result2 error)

func (*PeerLedger) PrivateDataMinBlockNum

func (fake *PeerLedger) PrivateDataMinBlockNum() (uint64, error)

func (*PeerLedger) PrivateDataMinBlockNumCallCount

func (fake *PeerLedger) PrivateDataMinBlockNumCallCount() int

func (*PeerLedger) PrivateDataMinBlockNumCalls

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 ledgera.PrunePolicy) error

func (*PeerLedger) PruneArgsForCall

func (fake *PeerLedger) PruneArgsForCall(i int) ledgera.PrunePolicy

func (*PeerLedger) PruneCallCount

func (fake *PeerLedger) PruneCallCount() int

func (*PeerLedger) PruneCalls

func (fake *PeerLedger) PruneCalls(stub func(ledgera.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

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 (fake *Processor) Invocations() map[string][][]interface{}

func (*Processor) Process

func (fake *Processor) Process(arg1 string, arg2 container.VMCReq) error

func (*Processor) ProcessArgsForCall

func (fake *Processor) ProcessArgsForCall(i int) (string, container.VMCReq)

func (*Processor) ProcessCallCount

func (fake *Processor) ProcessCallCount() int

func (*Processor) ProcessCalls

func (fake *Processor) ProcessCalls(stub func(string, container.VMCReq) error)

func (*Processor) ProcessReturns

func (fake *Processor) ProcessReturns(result1 error)

func (*Processor) ProcessReturnsOnCall

func (fake *Processor) ProcessReturnsOnCall(i int, result1 error)

type QueryResultsIterator

type QueryResultsIterator struct {
	CloseStub func()

	GetBookmarkAndCloseStub func() string

	NextStub func() (ledger.QueryResult, error)
	// contains filtered or unexported fields
}

func (*QueryResultsIterator) Close

func (fake *QueryResultsIterator) Close()

func (*QueryResultsIterator) CloseCallCount

func (fake *QueryResultsIterator) CloseCallCount() int

func (*QueryResultsIterator) CloseCalls

func (fake *QueryResultsIterator) CloseCalls(stub func())

func (*QueryResultsIterator) GetBookmarkAndClose

func (fake *QueryResultsIterator) GetBookmarkAndClose() string

func (*QueryResultsIterator) GetBookmarkAndCloseCallCount

func (fake *QueryResultsIterator) GetBookmarkAndCloseCallCount() int

func (*QueryResultsIterator) GetBookmarkAndCloseCalls

func (fake *QueryResultsIterator) GetBookmarkAndCloseCalls(stub func() string)

func (*QueryResultsIterator) GetBookmarkAndCloseReturns

func (fake *QueryResultsIterator) GetBookmarkAndCloseReturns(result1 string)

func (*QueryResultsIterator) GetBookmarkAndCloseReturnsOnCall

func (fake *QueryResultsIterator) GetBookmarkAndCloseReturnsOnCall(i int, result1 string)

func (*QueryResultsIterator) Invocations

func (fake *QueryResultsIterator) Invocations() map[string][][]interface{}

func (*QueryResultsIterator) Next

func (fake *QueryResultsIterator) Next() (ledger.QueryResult, error)

func (*QueryResultsIterator) NextCallCount

func (fake *QueryResultsIterator) NextCallCount() int

func (*QueryResultsIterator) NextCalls

func (fake *QueryResultsIterator) NextCalls(stub func() (ledger.QueryResult, error))

func (*QueryResultsIterator) NextReturns

func (fake *QueryResultsIterator) NextReturns(result1 ledger.QueryResult, result2 error)

func (*QueryResultsIterator) NextReturnsOnCall

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 (fake *Runtime) Invocations() map[string][][]interface{}

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 (fake *Runtime) StartCallCount() int

func (*Runtime) StartCalls

func (fake *Runtime) StartCalls(stub func(*ccprovider.ChaincodeContainerInfo, []byte) error)

func (*Runtime) StartReturns

func (fake *Runtime) StartReturns(result1 error)

func (*Runtime) StartReturnsOnCall

func (fake *Runtime) StartReturnsOnCall(i int, result1 error)

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 (fake *Runtime) StopCallCount() int

func (*Runtime) StopCalls

func (fake *Runtime) StopCalls(stub func(*ccprovider.ChaincodeContainerInfo) error)

func (*Runtime) StopReturns

func (fake *Runtime) StopReturns(result1 error)

func (*Runtime) StopReturnsOnCall

func (fake *Runtime) StopReturnsOnCall(i int, result1 error)

func (*Runtime) Wait

func (fake *Runtime) Wait(arg1 *ccprovider.ChaincodeContainerInfo) (int, error)

func (*Runtime) WaitArgsForCall

func (fake *Runtime) WaitArgsForCall(i int) *ccprovider.ChaincodeContainerInfo

func (*Runtime) WaitCallCount

func (fake *Runtime) WaitCallCount() int

func (*Runtime) WaitCalls

func (fake *Runtime) WaitCalls(stub func(*ccprovider.ChaincodeContainerInfo) (int, error))

func (*Runtime) WaitReturns

func (fake *Runtime) WaitReturns(result1 int, result2 error)

func (*Runtime) WaitReturnsOnCall

func (fake *Runtime) WaitReturnsOnCall(i int, result1 int, result2 error)

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

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

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

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

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)

	GetPrivateDataHashStub 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

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

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

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

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

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

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

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

func (fake *TxSimulator) ExecuteQueryWithMetadata(arg1 string, arg2 string, arg3 map[string]interface{}) (ledgera.QueryResultsIterator, error)

func (*TxSimulator) ExecuteQueryWithMetadataArgsForCall

func (fake *TxSimulator) ExecuteQueryWithMetadataArgsForCall(i int) (string, string, map[string]interface{})

func (*TxSimulator) ExecuteQueryWithMetadataCallCount

func (fake *TxSimulator) ExecuteQueryWithMetadataCallCount() int

func (*TxSimulator) ExecuteQueryWithMetadataCalls

func (fake *TxSimulator) ExecuteQueryWithMetadataCalls(stub func(string, string, map[string]interface{}) (ledgera.QueryResultsIterator, error))

func (*TxSimulator) ExecuteQueryWithMetadataReturns

func (fake *TxSimulator) ExecuteQueryWithMetadataReturns(result1 ledgera.QueryResultsIterator, result2 error)

func (*TxSimulator) ExecuteQueryWithMetadataReturnsOnCall

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

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 (fake *TxSimulator) GetPrivateData(arg1 string, arg2 string, arg3 string) ([]byte, error)

func (*TxSimulator) GetPrivateDataArgsForCall

func (fake *TxSimulator) GetPrivateDataArgsForCall(i int) (string, string, string)

func (*TxSimulator) GetPrivateDataCallCount

func (fake *TxSimulator) GetPrivateDataCallCount() int

func (*TxSimulator) GetPrivateDataCalls

func (fake *TxSimulator) GetPrivateDataCalls(stub func(string, string, string) ([]byte, error))

func (*TxSimulator) GetPrivateDataHash

func (fake *TxSimulator) GetPrivateDataHash(arg1 string, arg2 string, arg3 string) ([]byte, error)

func (*TxSimulator) GetPrivateDataHashArgsForCall

func (fake *TxSimulator) GetPrivateDataHashArgsForCall(i int) (string, string, string)

func (*TxSimulator) GetPrivateDataHashCallCount

func (fake *TxSimulator) GetPrivateDataHashCallCount() int

func (*TxSimulator) GetPrivateDataHashCalls

func (fake *TxSimulator) GetPrivateDataHashCalls(stub func(string, string, string) ([]byte, error))

func (*TxSimulator) GetPrivateDataHashReturns

func (fake *TxSimulator) GetPrivateDataHashReturns(result1 []byte, result2 error)

func (*TxSimulator) GetPrivateDataHashReturnsOnCall

func (fake *TxSimulator) GetPrivateDataHashReturnsOnCall(i int, result1 []byte, result2 error)

func (*TxSimulator) GetPrivateDataMetadata

func (fake *TxSimulator) GetPrivateDataMetadata(arg1 string, arg2 string, arg3 string) (map[string][]byte, error)

func (*TxSimulator) GetPrivateDataMetadataArgsForCall

func (fake *TxSimulator) GetPrivateDataMetadataArgsForCall(i int) (string, string, string)

func (*TxSimulator) GetPrivateDataMetadataByHash

func (fake *TxSimulator) GetPrivateDataMetadataByHash(arg1 string, arg2 string, arg3 []byte) (map[string][]byte, error)

func (*TxSimulator) GetPrivateDataMetadataByHashArgsForCall

func (fake *TxSimulator) GetPrivateDataMetadataByHashArgsForCall(i int) (string, string, []byte)

func (*TxSimulator) GetPrivateDataMetadataByHashCallCount

func (fake *TxSimulator) GetPrivateDataMetadataByHashCallCount() int

func (*TxSimulator) GetPrivateDataMetadataByHashCalls

func (fake *TxSimulator) GetPrivateDataMetadataByHashCalls(stub func(string, string, []byte) (map[string][]byte, error))

func (*TxSimulator) GetPrivateDataMetadataByHashReturns

func (fake *TxSimulator) GetPrivateDataMetadataByHashReturns(result1 map[string][]byte, result2 error)

func (*TxSimulator) GetPrivateDataMetadataByHashReturnsOnCall

func (fake *TxSimulator) GetPrivateDataMetadataByHashReturnsOnCall(i int, result1 map[string][]byte, result2 error)

func (*TxSimulator) GetPrivateDataMetadataCallCount

func (fake *TxSimulator) GetPrivateDataMetadataCallCount() int

func (*TxSimulator) GetPrivateDataMetadataCalls

func (fake *TxSimulator) GetPrivateDataMetadataCalls(stub func(string, string, string) (map[string][]byte, error))

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 (fake *TxSimulator) GetPrivateDataMultipleKeys(arg1 string, arg2 string, arg3 []string) ([][]byte, error)

func (*TxSimulator) GetPrivateDataMultipleKeysArgsForCall

func (fake *TxSimulator) GetPrivateDataMultipleKeysArgsForCall(i int) (string, string, []string)

func (*TxSimulator) GetPrivateDataMultipleKeysCallCount

func (fake *TxSimulator) GetPrivateDataMultipleKeysCallCount() int

func (*TxSimulator) GetPrivateDataMultipleKeysCalls

func (fake *TxSimulator) GetPrivateDataMultipleKeysCalls(stub func(string, string, []string) ([][]byte, error))

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 (fake *TxSimulator) GetPrivateDataRangeScanIteratorArgsForCall(i int) (string, string, string, string)

func (*TxSimulator) GetPrivateDataRangeScanIteratorCallCount

func (fake *TxSimulator) GetPrivateDataRangeScanIteratorCallCount() int

func (*TxSimulator) GetPrivateDataRangeScanIteratorCalls

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

func (fake *TxSimulator) GetStateCalls(stub func(string, string) ([]byte, error))

func (*TxSimulator) GetStateMetadata

func (fake *TxSimulator) GetStateMetadata(arg1 string, arg2 string) (map[string][]byte, error)

func (*TxSimulator) GetStateMetadataArgsForCall

func (fake *TxSimulator) GetStateMetadataArgsForCall(i int) (string, string)

func (*TxSimulator) GetStateMetadataCallCount

func (fake *TxSimulator) GetStateMetadataCallCount() int

func (*TxSimulator) GetStateMetadataCalls

func (fake *TxSimulator) GetStateMetadataCalls(stub func(string, string) (map[string][]byte, error))

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

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

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

func (fake *TxSimulator) GetStateRangeScanIteratorWithMetadata(arg1 string, arg2 string, arg3 string, arg4 map[string]interface{}) (ledgera.QueryResultsIterator, error)

func (*TxSimulator) GetStateRangeScanIteratorWithMetadataArgsForCall

func (fake *TxSimulator) GetStateRangeScanIteratorWithMetadataArgsForCall(i int) (string, string, string, map[string]interface{})

func (*TxSimulator) GetStateRangeScanIteratorWithMetadataCallCount

func (fake *TxSimulator) GetStateRangeScanIteratorWithMetadataCallCount() int

func (*TxSimulator) GetStateRangeScanIteratorWithMetadataCalls

func (fake *TxSimulator) GetStateRangeScanIteratorWithMetadataCalls(stub func(string, string, string, map[string]interface{}) (ledgera.QueryResultsIterator, error))

func (*TxSimulator) GetStateRangeScanIteratorWithMetadataReturns

func (fake *TxSimulator) GetStateRangeScanIteratorWithMetadataReturns(result1 ledgera.QueryResultsIterator, result2 error)

func (*TxSimulator) GetStateRangeScanIteratorWithMetadataReturnsOnCall

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

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 (fake *TxSimulator) SetPrivateData(arg1 string, arg2 string, arg3 string, arg4 []byte) error

func (*TxSimulator) SetPrivateDataArgsForCall

func (fake *TxSimulator) SetPrivateDataArgsForCall(i int) (string, string, string, []byte)

func (*TxSimulator) SetPrivateDataCallCount

func (fake *TxSimulator) SetPrivateDataCallCount() int

func (*TxSimulator) SetPrivateDataCalls

func (fake *TxSimulator) SetPrivateDataCalls(stub func(string, string, string, []byte) error)

func (*TxSimulator) SetPrivateDataMetadata

func (fake *TxSimulator) SetPrivateDataMetadata(arg1 string, arg2 string, arg3 string, arg4 map[string][]byte) error

func (*TxSimulator) SetPrivateDataMetadataArgsForCall

func (fake *TxSimulator) SetPrivateDataMetadataArgsForCall(i int) (string, string, string, map[string][]byte)

func (*TxSimulator) SetPrivateDataMetadataCallCount

func (fake *TxSimulator) SetPrivateDataMetadataCallCount() int

func (*TxSimulator) SetPrivateDataMetadataCalls

func (fake *TxSimulator) SetPrivateDataMetadataCalls(stub func(string, string, string, map[string][]byte) error)

func (*TxSimulator) SetPrivateDataMetadataReturns

func (fake *TxSimulator) SetPrivateDataMetadataReturns(result1 error)

func (*TxSimulator) SetPrivateDataMetadataReturnsOnCall

func (fake *TxSimulator) SetPrivateDataMetadataReturnsOnCall(i int, result1 error)

func (*TxSimulator) SetPrivateDataMultipleKeys

func (fake *TxSimulator) SetPrivateDataMultipleKeys(arg1 string, arg2 string, arg3 map[string][]byte) error

func (*TxSimulator) SetPrivateDataMultipleKeysArgsForCall

func (fake *TxSimulator) SetPrivateDataMultipleKeysArgsForCall(i int) (string, string, map[string][]byte)

func (*TxSimulator) SetPrivateDataMultipleKeysCallCount

func (fake *TxSimulator) SetPrivateDataMultipleKeysCallCount() int

func (*TxSimulator) SetPrivateDataMultipleKeysCalls

func (fake *TxSimulator) SetPrivateDataMultipleKeysCalls(stub func(string, string, map[string][]byte) error)

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

func (fake *TxSimulator) SetStateCalls(stub func(string, string, []byte) error)

func (*TxSimulator) SetStateMetadata

func (fake *TxSimulator) SetStateMetadata(arg1 string, arg2 string, arg3 map[string][]byte) error

func (*TxSimulator) SetStateMetadataArgsForCall

func (fake *TxSimulator) SetStateMetadataArgsForCall(i int) (string, string, map[string][]byte)

func (*TxSimulator) SetStateMetadataCallCount

func (fake *TxSimulator) SetStateMetadataCallCount() int

func (*TxSimulator) SetStateMetadataCalls

func (fake *TxSimulator) SetStateMetadataCalls(stub func(string, string, map[string][]byte) error)

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

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL