mock

package
v0.0.0-...-a27e948 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2021 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Overview

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAccessControlProvider

type MockAccessControlProvider struct {
	// contains filtered or unexported fields
}

MockAccessControlProvider is a mock of AccessControlProvider interface.

func NewMockAccessControlProvider

func NewMockAccessControlProvider(ctrl *gomock.Controller) *MockAccessControlProvider

NewMockAccessControlProvider creates a new mock instance.

func (*MockAccessControlProvider) CreatePrincipal

func (m *MockAccessControlProvider) CreatePrincipal(resourceName string, endorsements []*common.EndorsementEntry, message []byte) (protocol.Principal, error)

CreatePrincipal mocks base method.

func (*MockAccessControlProvider) CreatePrincipalForTargetOrg

func (m *MockAccessControlProvider) CreatePrincipalForTargetOrg(resourceName string, endorsements []*common.EndorsementEntry, message []byte, targetOrgId string) (protocol.Principal, error)

CreatePrincipalForTargetOrg mocks base method.

func (*MockAccessControlProvider) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockAccessControlProvider) GetHashAlg

func (m *MockAccessControlProvider) GetHashAlg() string

GetHashAlg mocks base method.

func (*MockAccessControlProvider) GetMemberStatus

GetMemberStatus mocks base method.

func (*MockAccessControlProvider) LookUpPolicy

func (m *MockAccessControlProvider) LookUpPolicy(resourceName string) (*accesscontrol.Policy, error)

LookUpPolicy mocks base method.

func (*MockAccessControlProvider) NewMember

NewMember mocks base method.

func (*MockAccessControlProvider) ValidateResourcePolicy

func (m *MockAccessControlProvider) ValidateResourcePolicy(resourcePolicy *config.ResourcePolicy) bool

ValidateResourcePolicy mocks base method.

func (*MockAccessControlProvider) VerifyPrincipal

func (m *MockAccessControlProvider) VerifyPrincipal(principal protocol.Principal) (bool, error)

VerifyPrincipal mocks base method.

func (*MockAccessControlProvider) VerifyRelatedMaterial

func (m *MockAccessControlProvider) VerifyRelatedMaterial(verifyType accesscontrol.VerifyType, data []byte) (bool, error)

VerifyRelatedMaterial mocks base method.

type MockAccessControlProviderMockRecorder

type MockAccessControlProviderMockRecorder struct {
	// contains filtered or unexported fields
}

MockAccessControlProviderMockRecorder is the mock recorder for MockAccessControlProvider.

func (*MockAccessControlProviderMockRecorder) CreatePrincipal

func (mr *MockAccessControlProviderMockRecorder) CreatePrincipal(resourceName, endorsements, message interface{}) *gomock.Call

CreatePrincipal indicates an expected call of CreatePrincipal.

func (*MockAccessControlProviderMockRecorder) CreatePrincipalForTargetOrg

func (mr *MockAccessControlProviderMockRecorder) CreatePrincipalForTargetOrg(resourceName, endorsements, message, targetOrgId interface{}) *gomock.Call

CreatePrincipalForTargetOrg indicates an expected call of CreatePrincipalForTargetOrg.

func (*MockAccessControlProviderMockRecorder) GetHashAlg

GetHashAlg indicates an expected call of GetHashAlg.

func (*MockAccessControlProviderMockRecorder) GetMemberStatus

func (mr *MockAccessControlProviderMockRecorder) GetMemberStatus(member interface{}) *gomock.Call

GetMemberStatus indicates an expected call of GetMemberStatus.

func (*MockAccessControlProviderMockRecorder) LookUpPolicy

func (mr *MockAccessControlProviderMockRecorder) LookUpPolicy(resourceName interface{}) *gomock.Call

LookUpPolicy indicates an expected call of LookUpPolicy.

func (*MockAccessControlProviderMockRecorder) NewMember

func (mr *MockAccessControlProviderMockRecorder) NewMember(member interface{}) *gomock.Call

NewMember indicates an expected call of NewMember.

func (*MockAccessControlProviderMockRecorder) ValidateResourcePolicy

func (mr *MockAccessControlProviderMockRecorder) ValidateResourcePolicy(resourcePolicy interface{}) *gomock.Call

ValidateResourcePolicy indicates an expected call of ValidateResourcePolicy.

func (*MockAccessControlProviderMockRecorder) VerifyPrincipal

func (mr *MockAccessControlProviderMockRecorder) VerifyPrincipal(principal interface{}) *gomock.Call

VerifyPrincipal indicates an expected call of VerifyPrincipal.

func (*MockAccessControlProviderMockRecorder) VerifyRelatedMaterial

func (mr *MockAccessControlProviderMockRecorder) VerifyRelatedMaterial(verifyType, data interface{}) *gomock.Call

VerifyRelatedMaterial indicates an expected call of VerifyRelatedMaterial.

type MockBlockCommitter

type MockBlockCommitter struct {
	// contains filtered or unexported fields
}

MockBlockCommitter is a mock of BlockCommitter interface.

func NewMockBlockCommitter

func NewMockBlockCommitter(ctrl *gomock.Controller) *MockBlockCommitter

NewMockBlockCommitter creates a new mock instance.

func (*MockBlockCommitter) AddBlock

func (m *MockBlockCommitter) AddBlock(blk *common.Block) error

AddBlock mocks base method.

func (*MockBlockCommitter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockBlockCommitterMockRecorder

type MockBlockCommitterMockRecorder struct {
	// contains filtered or unexported fields
}

MockBlockCommitterMockRecorder is the mock recorder for MockBlockCommitter.

func (*MockBlockCommitterMockRecorder) AddBlock

func (mr *MockBlockCommitterMockRecorder) AddBlock(blk interface{}) *gomock.Call

AddBlock indicates an expected call of AddBlock.

type MockBlockProposer

type MockBlockProposer struct {
	// contains filtered or unexported fields
}

MockBlockProposer is a mock of BlockProposer interface.

func NewMockBlockProposer

func NewMockBlockProposer(ctrl *gomock.Controller) *MockBlockProposer

NewMockBlockProposer creates a new mock instance.

func (*MockBlockProposer) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockBlockProposer) OnReceiveChainedBFTProposal

func (m *MockBlockProposer) OnReceiveChainedBFTProposal(proposal *chainedbft.BuildProposal)

OnReceiveChainedBFTProposal mocks base method.

func (*MockBlockProposer) OnReceiveProposeStatusChange

func (m *MockBlockProposer) OnReceiveProposeStatusChange(proposeStatus bool)

OnReceiveProposeStatusChange mocks base method.

func (*MockBlockProposer) OnReceiveTxPoolSignal

func (m *MockBlockProposer) OnReceiveTxPoolSignal(proposeSignal *txpool.TxPoolSignal)

OnReceiveTxPoolSignal mocks base method.

func (*MockBlockProposer) Start

func (m *MockBlockProposer) Start() error

Start mocks base method.

func (*MockBlockProposer) Stop

func (m *MockBlockProposer) Stop() error

Stop mocks base method.

type MockBlockProposerMockRecorder

type MockBlockProposerMockRecorder struct {
	// contains filtered or unexported fields
}

MockBlockProposerMockRecorder is the mock recorder for MockBlockProposer.

func (*MockBlockProposerMockRecorder) OnReceiveChainedBFTProposal

func (mr *MockBlockProposerMockRecorder) OnReceiveChainedBFTProposal(proposal interface{}) *gomock.Call

OnReceiveChainedBFTProposal indicates an expected call of OnReceiveChainedBFTProposal.

func (*MockBlockProposerMockRecorder) OnReceiveProposeStatusChange

func (mr *MockBlockProposerMockRecorder) OnReceiveProposeStatusChange(proposeStatus interface{}) *gomock.Call

OnReceiveProposeStatusChange indicates an expected call of OnReceiveProposeStatusChange.

func (*MockBlockProposerMockRecorder) OnReceiveTxPoolSignal

func (mr *MockBlockProposerMockRecorder) OnReceiveTxPoolSignal(proposeSignal interface{}) *gomock.Call

OnReceiveTxPoolSignal indicates an expected call of OnReceiveTxPoolSignal.

func (*MockBlockProposerMockRecorder) Start

Start indicates an expected call of Start.

func (*MockBlockProposerMockRecorder) Stop

Stop indicates an expected call of Stop.

type MockBlockVerifier

type MockBlockVerifier struct {
	// contains filtered or unexported fields
}

MockBlockVerifier is a mock of BlockVerifier interface.

func NewMockBlockVerifier

func NewMockBlockVerifier(ctrl *gomock.Controller) *MockBlockVerifier

NewMockBlockVerifier creates a new mock instance.

func (*MockBlockVerifier) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockBlockVerifier) VerifyBlock

func (m *MockBlockVerifier) VerifyBlock(block *common.Block, mode protocol.VerifyMode) error

VerifyBlock mocks base method.

type MockBlockVerifierMockRecorder

type MockBlockVerifierMockRecorder struct {
	// contains filtered or unexported fields
}

MockBlockVerifierMockRecorder is the mock recorder for MockBlockVerifier.

func (*MockBlockVerifierMockRecorder) VerifyBlock

func (mr *MockBlockVerifierMockRecorder) VerifyBlock(block, mode interface{}) *gomock.Call

VerifyBlock indicates an expected call of VerifyBlock.

type MockBlockchainStore

type MockBlockchainStore struct {
	// contains filtered or unexported fields
}

MockBlockchainStore is a mock of BlockchainStore interface.

func NewMockBlockchainStore

func NewMockBlockchainStore(ctrl *gomock.Controller) *MockBlockchainStore

NewMockBlockchainStore creates a new mock instance.

func (*MockBlockchainStore) ArchiveBlock

func (m *MockBlockchainStore) ArchiveBlock(archiveHeight uint64) error

ArchiveBlock mocks base method.

func (*MockBlockchainStore) BeginDbTransaction

func (m *MockBlockchainStore) BeginDbTransaction(txName string) (protocol.SqlDBTransaction, error)

BeginDbTransaction mocks base method.

func (*MockBlockchainStore) BlockExists

func (m *MockBlockchainStore) BlockExists(blockHash []byte) (bool, error)

BlockExists mocks base method.

func (*MockBlockchainStore) Close

func (m *MockBlockchainStore) Close() error

Close mocks base method.

func (*MockBlockchainStore) CommitDbTransaction

func (m *MockBlockchainStore) CommitDbTransaction(txName string) error

CommitDbTransaction mocks base method.

func (*MockBlockchainStore) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockBlockchainStore) ExecDdlSql

func (m *MockBlockchainStore) ExecDdlSql(contractName, sql, version string) error

ExecDdlSql mocks base method.

func (*MockBlockchainStore) GetAccountTxHistory

func (m *MockBlockchainStore) GetAccountTxHistory(accountId []byte) (protocol.TxHistoryIterator, error)

GetAccountTxHistory mocks base method.

func (*MockBlockchainStore) GetArchivedPivot

func (m *MockBlockchainStore) GetArchivedPivot() uint64

GetArchivedPivot mocks base method.

func (*MockBlockchainStore) GetBlock

func (m *MockBlockchainStore) GetBlock(height uint64) (*common.Block, error)

GetBlock mocks base method.

func (*MockBlockchainStore) GetBlockByHash

func (m *MockBlockchainStore) GetBlockByHash(blockHash []byte) (*common.Block, error)

GetBlockByHash mocks base method.

func (*MockBlockchainStore) GetBlockByTx

func (m *MockBlockchainStore) GetBlockByTx(txId string) (*common.Block, error)

GetBlockByTx mocks base method.

func (*MockBlockchainStore) GetBlockHeaderByHeight

func (m *MockBlockchainStore) GetBlockHeaderByHeight(height uint64) (*common.BlockHeader, error)

GetBlockHeaderByHeight mocks base method.

func (*MockBlockchainStore) GetBlockWithRWSets

func (m *MockBlockchainStore) GetBlockWithRWSets(height uint64) (*store.BlockWithRWSet, error)

GetBlockWithRWSets mocks base method.

func (*MockBlockchainStore) GetContractByName

func (m *MockBlockchainStore) GetContractByName(name string) (*common.Contract, error)

GetContractByName mocks base method.

func (*MockBlockchainStore) GetContractBytecode

func (m *MockBlockchainStore) GetContractBytecode(name string) ([]byte, error)

GetContractBytecode mocks base method.

func (*MockBlockchainStore) GetContractTxHistory

func (m *MockBlockchainStore) GetContractTxHistory(contractName string) (protocol.TxHistoryIterator, error)

GetContractTxHistory mocks base method.

func (*MockBlockchainStore) GetDBHandle

func (m *MockBlockchainStore) GetDBHandle(dbName string) protocol.DBHandle

GetDBHandle mocks base method.

func (*MockBlockchainStore) GetDbTransaction

func (m *MockBlockchainStore) GetDbTransaction(txName string) (protocol.SqlDBTransaction, error)

GetDbTransaction mocks base method.

func (*MockBlockchainStore) GetHeightByHash

func (m *MockBlockchainStore) GetHeightByHash(blockHash []byte) (uint64, error)

GetHeightByHash mocks base method.

func (*MockBlockchainStore) GetHistoryForKey

func (m *MockBlockchainStore) GetHistoryForKey(contractName string, key []byte) (protocol.KeyHistoryIterator, error)

GetHistoryForKey mocks base method.

func (*MockBlockchainStore) GetLastBlock

func (m *MockBlockchainStore) GetLastBlock() (*common.Block, error)

GetLastBlock mocks base method.

func (*MockBlockchainStore) GetLastChainConfig

func (m *MockBlockchainStore) GetLastChainConfig() (*config.ChainConfig, error)

GetLastChainConfig mocks base method.

func (*MockBlockchainStore) GetLastConfigBlock

func (m *MockBlockchainStore) GetLastConfigBlock() (*common.Block, error)

GetLastConfigBlock mocks base method.

func (*MockBlockchainStore) GetTx

func (m *MockBlockchainStore) GetTx(txId string) (*common.Transaction, error)

GetTx mocks base method.

func (*MockBlockchainStore) GetTxConfirmedTime

func (m *MockBlockchainStore) GetTxConfirmedTime(txId string) (int64, error)

GetTxConfirmedTime mocks base method.

func (*MockBlockchainStore) GetTxHeight

func (m *MockBlockchainStore) GetTxHeight(txId string) (uint64, error)

GetTxHeight mocks base method.

func (*MockBlockchainStore) GetTxRWSet

func (m *MockBlockchainStore) GetTxRWSet(txId string) (*common.TxRWSet, error)

GetTxRWSet mocks base method.

func (*MockBlockchainStore) GetTxRWSetsByHeight

func (m *MockBlockchainStore) GetTxRWSetsByHeight(height uint64) ([]*common.TxRWSet, error)

GetTxRWSetsByHeight mocks base method.

func (*MockBlockchainStore) InitGenesis

func (m *MockBlockchainStore) InitGenesis(genesisBlock *store.BlockWithRWSet) error

InitGenesis mocks base method.

func (*MockBlockchainStore) PutBlock

func (m *MockBlockchainStore) PutBlock(block *common.Block, txRWSets []*common.TxRWSet) error

PutBlock mocks base method.

func (*MockBlockchainStore) QueryMulti

func (m *MockBlockchainStore) QueryMulti(contractName, sql string, values ...interface{}) (protocol.SqlRows, error)

QueryMulti mocks base method.

func (*MockBlockchainStore) QuerySingle

func (m *MockBlockchainStore) QuerySingle(contractName, sql string, values ...interface{}) (protocol.SqlRow, error)

QuerySingle mocks base method.

func (*MockBlockchainStore) ReadObject

func (m *MockBlockchainStore) ReadObject(contractName string, key []byte) ([]byte, error)

ReadObject mocks base method.

func (*MockBlockchainStore) RestoreBlocks

func (m *MockBlockchainStore) RestoreBlocks(serializedBlocks [][]byte) error

RestoreBlocks mocks base method.

func (*MockBlockchainStore) RollbackDbTransaction

func (m *MockBlockchainStore) RollbackDbTransaction(txName string) error

RollbackDbTransaction mocks base method.

func (*MockBlockchainStore) SelectObject

func (m *MockBlockchainStore) SelectObject(contractName string, startKey, limit []byte) (protocol.StateIterator, error)

SelectObject mocks base method.

func (*MockBlockchainStore) TxExists

func (m *MockBlockchainStore) TxExists(txId string) (bool, error)

TxExists mocks base method.

type MockBlockchainStoreMockRecorder

type MockBlockchainStoreMockRecorder struct {
	// contains filtered or unexported fields
}

MockBlockchainStoreMockRecorder is the mock recorder for MockBlockchainStore.

func (*MockBlockchainStoreMockRecorder) ArchiveBlock

func (mr *MockBlockchainStoreMockRecorder) ArchiveBlock(archiveHeight interface{}) *gomock.Call

ArchiveBlock indicates an expected call of ArchiveBlock.

func (*MockBlockchainStoreMockRecorder) BeginDbTransaction

func (mr *MockBlockchainStoreMockRecorder) BeginDbTransaction(txName interface{}) *gomock.Call

BeginDbTransaction indicates an expected call of BeginDbTransaction.

func (*MockBlockchainStoreMockRecorder) BlockExists

func (mr *MockBlockchainStoreMockRecorder) BlockExists(blockHash interface{}) *gomock.Call

BlockExists indicates an expected call of BlockExists.

func (*MockBlockchainStoreMockRecorder) Close

Close indicates an expected call of Close.

func (*MockBlockchainStoreMockRecorder) CommitDbTransaction

func (mr *MockBlockchainStoreMockRecorder) CommitDbTransaction(txName interface{}) *gomock.Call

CommitDbTransaction indicates an expected call of CommitDbTransaction.

func (*MockBlockchainStoreMockRecorder) ExecDdlSql

func (mr *MockBlockchainStoreMockRecorder) ExecDdlSql(contractName, sql, version interface{}) *gomock.Call

ExecDdlSql indicates an expected call of ExecDdlSql.

func (*MockBlockchainStoreMockRecorder) GetAccountTxHistory

func (mr *MockBlockchainStoreMockRecorder) GetAccountTxHistory(accountId interface{}) *gomock.Call

GetAccountTxHistory indicates an expected call of GetAccountTxHistory.

func (*MockBlockchainStoreMockRecorder) GetArchivedPivot

func (mr *MockBlockchainStoreMockRecorder) GetArchivedPivot() *gomock.Call

GetArchivedPivot indicates an expected call of GetArchivedPivot.

func (*MockBlockchainStoreMockRecorder) GetBlock

func (mr *MockBlockchainStoreMockRecorder) GetBlock(height interface{}) *gomock.Call

GetBlock indicates an expected call of GetBlock.

func (*MockBlockchainStoreMockRecorder) GetBlockByHash

func (mr *MockBlockchainStoreMockRecorder) GetBlockByHash(blockHash interface{}) *gomock.Call

GetBlockByHash indicates an expected call of GetBlockByHash.

func (*MockBlockchainStoreMockRecorder) GetBlockByTx

func (mr *MockBlockchainStoreMockRecorder) GetBlockByTx(txId interface{}) *gomock.Call

GetBlockByTx indicates an expected call of GetBlockByTx.

func (*MockBlockchainStoreMockRecorder) GetBlockHeaderByHeight

func (mr *MockBlockchainStoreMockRecorder) GetBlockHeaderByHeight(height interface{}) *gomock.Call

GetBlockHeaderByHeight indicates an expected call of GetBlockHeaderByHeight.

func (*MockBlockchainStoreMockRecorder) GetBlockWithRWSets

func (mr *MockBlockchainStoreMockRecorder) GetBlockWithRWSets(height interface{}) *gomock.Call

GetBlockWithRWSets indicates an expected call of GetBlockWithRWSets.

func (*MockBlockchainStoreMockRecorder) GetContractByName

func (mr *MockBlockchainStoreMockRecorder) GetContractByName(name interface{}) *gomock.Call

GetContractByName indicates an expected call of GetContractByName.

func (*MockBlockchainStoreMockRecorder) GetContractBytecode

func (mr *MockBlockchainStoreMockRecorder) GetContractBytecode(name interface{}) *gomock.Call

GetContractBytecode indicates an expected call of GetContractBytecode.

func (*MockBlockchainStoreMockRecorder) GetContractTxHistory

func (mr *MockBlockchainStoreMockRecorder) GetContractTxHistory(contractName interface{}) *gomock.Call

GetContractTxHistory indicates an expected call of GetContractTxHistory.

func (*MockBlockchainStoreMockRecorder) GetDBHandle

func (mr *MockBlockchainStoreMockRecorder) GetDBHandle(dbName interface{}) *gomock.Call

GetDBHandle indicates an expected call of GetDBHandle.

func (*MockBlockchainStoreMockRecorder) GetDbTransaction

func (mr *MockBlockchainStoreMockRecorder) GetDbTransaction(txName interface{}) *gomock.Call

GetDbTransaction indicates an expected call of GetDbTransaction.

func (*MockBlockchainStoreMockRecorder) GetHeightByHash

func (mr *MockBlockchainStoreMockRecorder) GetHeightByHash(blockHash interface{}) *gomock.Call

GetHeightByHash indicates an expected call of GetHeightByHash.

func (*MockBlockchainStoreMockRecorder) GetHistoryForKey

func (mr *MockBlockchainStoreMockRecorder) GetHistoryForKey(contractName, key interface{}) *gomock.Call

GetHistoryForKey indicates an expected call of GetHistoryForKey.

func (*MockBlockchainStoreMockRecorder) GetLastBlock

func (mr *MockBlockchainStoreMockRecorder) GetLastBlock() *gomock.Call

GetLastBlock indicates an expected call of GetLastBlock.

func (*MockBlockchainStoreMockRecorder) GetLastChainConfig

func (mr *MockBlockchainStoreMockRecorder) GetLastChainConfig() *gomock.Call

GetLastChainConfig indicates an expected call of GetLastChainConfig.

func (*MockBlockchainStoreMockRecorder) GetLastConfigBlock

func (mr *MockBlockchainStoreMockRecorder) GetLastConfigBlock() *gomock.Call

GetLastConfigBlock indicates an expected call of GetLastConfigBlock.

func (*MockBlockchainStoreMockRecorder) GetTx

func (mr *MockBlockchainStoreMockRecorder) GetTx(txId interface{}) *gomock.Call

GetTx indicates an expected call of GetTx.

func (*MockBlockchainStoreMockRecorder) GetTxConfirmedTime

func (mr *MockBlockchainStoreMockRecorder) GetTxConfirmedTime(txId interface{}) *gomock.Call

GetTxConfirmedTime indicates an expected call of GetTxConfirmedTime.

func (*MockBlockchainStoreMockRecorder) GetTxHeight

func (mr *MockBlockchainStoreMockRecorder) GetTxHeight(txId interface{}) *gomock.Call

GetTxHeight indicates an expected call of GetTxHeight.

func (*MockBlockchainStoreMockRecorder) GetTxRWSet

func (mr *MockBlockchainStoreMockRecorder) GetTxRWSet(txId interface{}) *gomock.Call

GetTxRWSet indicates an expected call of GetTxRWSet.

func (*MockBlockchainStoreMockRecorder) GetTxRWSetsByHeight

func (mr *MockBlockchainStoreMockRecorder) GetTxRWSetsByHeight(height interface{}) *gomock.Call

GetTxRWSetsByHeight indicates an expected call of GetTxRWSetsByHeight.

func (*MockBlockchainStoreMockRecorder) InitGenesis

func (mr *MockBlockchainStoreMockRecorder) InitGenesis(genesisBlock interface{}) *gomock.Call

InitGenesis indicates an expected call of InitGenesis.

func (*MockBlockchainStoreMockRecorder) PutBlock

func (mr *MockBlockchainStoreMockRecorder) PutBlock(block, txRWSets interface{}) *gomock.Call

PutBlock indicates an expected call of PutBlock.

func (*MockBlockchainStoreMockRecorder) QueryMulti

func (mr *MockBlockchainStoreMockRecorder) QueryMulti(contractName, sql interface{}, values ...interface{}) *gomock.Call

QueryMulti indicates an expected call of QueryMulti.

func (*MockBlockchainStoreMockRecorder) QuerySingle

func (mr *MockBlockchainStoreMockRecorder) QuerySingle(contractName, sql interface{}, values ...interface{}) *gomock.Call

QuerySingle indicates an expected call of QuerySingle.

func (*MockBlockchainStoreMockRecorder) ReadObject

func (mr *MockBlockchainStoreMockRecorder) ReadObject(contractName, key interface{}) *gomock.Call

ReadObject indicates an expected call of ReadObject.

func (*MockBlockchainStoreMockRecorder) RestoreBlocks

func (mr *MockBlockchainStoreMockRecorder) RestoreBlocks(serializedBlocks interface{}) *gomock.Call

RestoreBlocks indicates an expected call of RestoreBlocks.

func (*MockBlockchainStoreMockRecorder) RollbackDbTransaction

func (mr *MockBlockchainStoreMockRecorder) RollbackDbTransaction(txName interface{}) *gomock.Call

RollbackDbTransaction indicates an expected call of RollbackDbTransaction.

func (*MockBlockchainStoreMockRecorder) SelectObject

func (mr *MockBlockchainStoreMockRecorder) SelectObject(contractName, startKey, limit interface{}) *gomock.Call

SelectObject indicates an expected call of SelectObject.

func (*MockBlockchainStoreMockRecorder) TxExists

func (mr *MockBlockchainStoreMockRecorder) TxExists(txId interface{}) *gomock.Call

TxExists indicates an expected call of TxExists.

type MockChainConf

type MockChainConf struct {
	// contains filtered or unexported fields
}

MockChainConf is a mock of ChainConf interface.

func NewMockChainConf

func NewMockChainConf(ctrl *gomock.Controller) *MockChainConf

NewMockChainConf creates a new mock instance.

func (*MockChainConf) AddVmWatch

func (m *MockChainConf) AddVmWatch(w protocol.VmWatcher)

AddVmWatch mocks base method.

func (*MockChainConf) AddWatch

func (m *MockChainConf) AddWatch(w protocol.Watcher)

AddWatch mocks base method.

func (*MockChainConf) ChainConfig

func (m *MockChainConf) ChainConfig() *config.ChainConfig

ChainConfig mocks base method.

func (*MockChainConf) CompleteBlock

func (m *MockChainConf) CompleteBlock(block *common.Block) error

CompleteBlock mocks base method.

func (*MockChainConf) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockChainConf) GetChainConfigAt

func (m *MockChainConf) GetChainConfigAt(blockHeight uint64) (*config.ChainConfig, error)

GetChainConfigAt mocks base method.

func (*MockChainConf) GetChainConfigFromFuture

func (m *MockChainConf) GetChainConfigFromFuture(blockHeight uint64) (*config.ChainConfig, error)

GetChainConfigFromFuture mocks base method.

func (*MockChainConf) GetConsensusNodeIdList

func (m *MockChainConf) GetConsensusNodeIdList() ([]string, error)

GetConsensusNodeIdList mocks base method.

func (*MockChainConf) Init

func (m *MockChainConf) Init() error

Init mocks base method.

type MockChainConfMockRecorder

type MockChainConfMockRecorder struct {
	// contains filtered or unexported fields
}

MockChainConfMockRecorder is the mock recorder for MockChainConf.

func (*MockChainConfMockRecorder) AddVmWatch

func (mr *MockChainConfMockRecorder) AddVmWatch(w interface{}) *gomock.Call

AddVmWatch indicates an expected call of AddVmWatch.

func (*MockChainConfMockRecorder) AddWatch

func (mr *MockChainConfMockRecorder) AddWatch(w interface{}) *gomock.Call

AddWatch indicates an expected call of AddWatch.

func (*MockChainConfMockRecorder) ChainConfig

func (mr *MockChainConfMockRecorder) ChainConfig() *gomock.Call

ChainConfig indicates an expected call of ChainConfig.

func (*MockChainConfMockRecorder) CompleteBlock

func (mr *MockChainConfMockRecorder) CompleteBlock(block interface{}) *gomock.Call

CompleteBlock indicates an expected call of CompleteBlock.

func (*MockChainConfMockRecorder) GetChainConfigAt

func (mr *MockChainConfMockRecorder) GetChainConfigAt(blockHeight interface{}) *gomock.Call

GetChainConfigAt indicates an expected call of GetChainConfigAt.

func (*MockChainConfMockRecorder) GetChainConfigFromFuture

func (mr *MockChainConfMockRecorder) GetChainConfigFromFuture(blockHeight interface{}) *gomock.Call

GetChainConfigFromFuture indicates an expected call of GetChainConfigFromFuture.

func (*MockChainConfMockRecorder) GetConsensusNodeIdList

func (mr *MockChainConfMockRecorder) GetConsensusNodeIdList() *gomock.Call

GetConsensusNodeIdList indicates an expected call of GetConsensusNodeIdList.

func (*MockChainConfMockRecorder) Init

Init indicates an expected call of Init.

type MockChainNodesInfoProvider

type MockChainNodesInfoProvider struct {
	// contains filtered or unexported fields
}

MockChainNodesInfoProvider is a mock of ChainNodesInfoProvider interface.

func NewMockChainNodesInfoProvider

func NewMockChainNodesInfoProvider(ctrl *gomock.Controller) *MockChainNodesInfoProvider

NewMockChainNodesInfoProvider creates a new mock instance.

func (*MockChainNodesInfoProvider) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockChainNodesInfoProvider) GetChainNodesInfo

func (m *MockChainNodesInfoProvider) GetChainNodesInfo() ([]*protocol.ChainNodeInfo, error)

GetChainNodesInfo mocks base method.

type MockChainNodesInfoProviderMockRecorder

type MockChainNodesInfoProviderMockRecorder struct {
	// contains filtered or unexported fields
}

MockChainNodesInfoProviderMockRecorder is the mock recorder for MockChainNodesInfoProvider.

func (*MockChainNodesInfoProviderMockRecorder) GetChainNodesInfo

func (mr *MockChainNodesInfoProviderMockRecorder) GetChainNodesInfo() *gomock.Call

GetChainNodesInfo indicates an expected call of GetChainNodesInfo.

type MockConsensusEngine

type MockConsensusEngine struct {
	// contains filtered or unexported fields
}

MockConsensusEngine is a mock of ConsensusEngine interface.

func NewMockConsensusEngine

func NewMockConsensusEngine(ctrl *gomock.Controller) *MockConsensusEngine

NewMockConsensusEngine creates a new mock instance.

func (*MockConsensusEngine) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockConsensusEngine) Start

func (m *MockConsensusEngine) Start() error

Start mocks base method.

func (*MockConsensusEngine) Stop

func (m *MockConsensusEngine) Stop() error

Stop mocks base method.

type MockConsensusEngineMockRecorder

type MockConsensusEngineMockRecorder struct {
	// contains filtered or unexported fields
}

MockConsensusEngineMockRecorder is the mock recorder for MockConsensusEngine.

func (*MockConsensusEngineMockRecorder) Start

Start indicates an expected call of Start.

func (*MockConsensusEngineMockRecorder) Stop

Stop indicates an expected call of Stop.

type MockContractWacsiCommon

type MockContractWacsiCommon struct {
	// contains filtered or unexported fields
}

MockContractWacsiCommon is a mock of ContractWacsiCommon interface.

func NewMockContractWacsiCommon

func NewMockContractWacsiCommon(ctrl *gomock.Controller) *MockContractWacsiCommon

NewMockContractWacsiCommon creates a new mock instance.

func (*MockContractWacsiCommon) CallContract

func (m *MockContractWacsiCommon) CallContract() int32

CallContract mocks base method.

func (*MockContractWacsiCommon) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockContractWacsiCommon) ErrorResult

func (m *MockContractWacsiCommon) ErrorResult() int32

ErrorResult mocks base method.

func (*MockContractWacsiCommon) LogMessage

func (m *MockContractWacsiCommon) LogMessage() int32

LogMessage mocks base method.

func (*MockContractWacsiCommon) SuccessResult

func (m *MockContractWacsiCommon) SuccessResult() int32

SuccessResult mocks base method.

type MockContractWacsiCommonMockRecorder

type MockContractWacsiCommonMockRecorder struct {
	// contains filtered or unexported fields
}

MockContractWacsiCommonMockRecorder is the mock recorder for MockContractWacsiCommon.

func (*MockContractWacsiCommonMockRecorder) CallContract

func (mr *MockContractWacsiCommonMockRecorder) CallContract() *gomock.Call

CallContract indicates an expected call of CallContract.

func (*MockContractWacsiCommonMockRecorder) ErrorResult

func (mr *MockContractWacsiCommonMockRecorder) ErrorResult() *gomock.Call

ErrorResult indicates an expected call of ErrorResult.

func (*MockContractWacsiCommonMockRecorder) LogMessage

LogMessage indicates an expected call of LogMessage.

func (*MockContractWacsiCommonMockRecorder) SuccessResult

func (mr *MockContractWacsiCommonMockRecorder) SuccessResult() *gomock.Call

SuccessResult indicates an expected call of SuccessResult.

type MockContractWacsiKV

type MockContractWacsiKV struct {
	// contains filtered or unexported fields
}

MockContractWacsiKV is a mock of ContractWacsiKV interface.

func NewMockContractWacsiKV

func NewMockContractWacsiKV(ctrl *gomock.Controller) *MockContractWacsiKV

NewMockContractWacsiKV creates a new mock instance.

func (*MockContractWacsiKV) CallContract

func (m *MockContractWacsiKV) CallContract() int32

CallContract mocks base method.

func (*MockContractWacsiKV) DeleteState

func (m *MockContractWacsiKV) DeleteState() int32

DeleteState mocks base method.

func (*MockContractWacsiKV) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockContractWacsiKV) ErrorResult

func (m *MockContractWacsiKV) ErrorResult() int32

ErrorResult mocks base method.

func (*MockContractWacsiKV) GetState

func (m *MockContractWacsiKV) GetState() int32

GetState mocks base method.

func (*MockContractWacsiKV) KvIterator

func (m *MockContractWacsiKV) KvIterator() int32

KvIterator mocks base method.

func (*MockContractWacsiKV) KvIteratorClose

func (m *MockContractWacsiKV) KvIteratorClose() int32

KvIteratorClose mocks base method.

func (*MockContractWacsiKV) KvIteratorHasNext

func (m *MockContractWacsiKV) KvIteratorHasNext() int32

KvIteratorHasNext mocks base method.

func (*MockContractWacsiKV) KvIteratorNext

func (m *MockContractWacsiKV) KvIteratorNext() int32

KvIteratorNext mocks base method.

func (*MockContractWacsiKV) KvPreIterator

func (m *MockContractWacsiKV) KvPreIterator() int32

KvPreIterator mocks base method.

func (*MockContractWacsiKV) LogMessage

func (m *MockContractWacsiKV) LogMessage() int32

LogMessage mocks base method.

func (*MockContractWacsiKV) PutState

func (m *MockContractWacsiKV) PutState() int32

PutState mocks base method.

func (*MockContractWacsiKV) SuccessResult

func (m *MockContractWacsiKV) SuccessResult() int32

SuccessResult mocks base method.

type MockContractWacsiKVMockRecorder

type MockContractWacsiKVMockRecorder struct {
	// contains filtered or unexported fields
}

MockContractWacsiKVMockRecorder is the mock recorder for MockContractWacsiKV.

func (*MockContractWacsiKVMockRecorder) CallContract

func (mr *MockContractWacsiKVMockRecorder) CallContract() *gomock.Call

CallContract indicates an expected call of CallContract.

func (*MockContractWacsiKVMockRecorder) DeleteState

func (mr *MockContractWacsiKVMockRecorder) DeleteState() *gomock.Call

DeleteState indicates an expected call of DeleteState.

func (*MockContractWacsiKVMockRecorder) ErrorResult

func (mr *MockContractWacsiKVMockRecorder) ErrorResult() *gomock.Call

ErrorResult indicates an expected call of ErrorResult.

func (*MockContractWacsiKVMockRecorder) GetState

GetState indicates an expected call of GetState.

func (*MockContractWacsiKVMockRecorder) KvIterator

func (mr *MockContractWacsiKVMockRecorder) KvIterator() *gomock.Call

KvIterator indicates an expected call of KvIterator.

func (*MockContractWacsiKVMockRecorder) KvIteratorClose

func (mr *MockContractWacsiKVMockRecorder) KvIteratorClose() *gomock.Call

KvIteratorClose indicates an expected call of KvIteratorClose.

func (*MockContractWacsiKVMockRecorder) KvIteratorHasNext

func (mr *MockContractWacsiKVMockRecorder) KvIteratorHasNext() *gomock.Call

KvIteratorHasNext indicates an expected call of KvIteratorHasNext.

func (*MockContractWacsiKVMockRecorder) KvIteratorNext

func (mr *MockContractWacsiKVMockRecorder) KvIteratorNext() *gomock.Call

KvIteratorNext indicates an expected call of KvIteratorNext.

func (*MockContractWacsiKVMockRecorder) KvPreIterator

func (mr *MockContractWacsiKVMockRecorder) KvPreIterator() *gomock.Call

KvPreIterator indicates an expected call of KvPreIterator.

func (*MockContractWacsiKVMockRecorder) LogMessage

func (mr *MockContractWacsiKVMockRecorder) LogMessage() *gomock.Call

LogMessage indicates an expected call of LogMessage.

func (*MockContractWacsiKVMockRecorder) PutState

PutState indicates an expected call of PutState.

func (*MockContractWacsiKVMockRecorder) SuccessResult

func (mr *MockContractWacsiKVMockRecorder) SuccessResult() *gomock.Call

SuccessResult indicates an expected call of SuccessResult.

type MockContractWacsiSQL

type MockContractWacsiSQL struct {
	// contains filtered or unexported fields
}

MockContractWacsiSQL is a mock of ContractWacsiSQL interface.

func NewMockContractWacsiSQL

func NewMockContractWacsiSQL(ctrl *gomock.Controller) *MockContractWacsiSQL

NewMockContractWacsiSQL creates a new mock instance.

func (*MockContractWacsiSQL) CallContract

func (m *MockContractWacsiSQL) CallContract() int32

CallContract mocks base method.

func (*MockContractWacsiSQL) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockContractWacsiSQL) ErrorResult

func (m *MockContractWacsiSQL) ErrorResult() int32

ErrorResult mocks base method.

func (*MockContractWacsiSQL) ExecuteDDL

func (m *MockContractWacsiSQL) ExecuteDDL() int32

ExecuteDDL mocks base method.

func (*MockContractWacsiSQL) ExecuteQuery

func (m *MockContractWacsiSQL) ExecuteQuery() int32

ExecuteQuery mocks base method.

func (*MockContractWacsiSQL) ExecuteQueryOne

func (m *MockContractWacsiSQL) ExecuteQueryOne() int32

ExecuteQueryOne mocks base method.

func (*MockContractWacsiSQL) ExecuteUpdate

func (m *MockContractWacsiSQL) ExecuteUpdate() int32

ExecuteUpdate mocks base method.

func (*MockContractWacsiSQL) LogMessage

func (m *MockContractWacsiSQL) LogMessage() int32

LogMessage mocks base method.

func (*MockContractWacsiSQL) RSClose

func (m *MockContractWacsiSQL) RSClose() int32

RSClose mocks base method.

func (*MockContractWacsiSQL) RSHasNext

func (m *MockContractWacsiSQL) RSHasNext() int32

RSHasNext mocks base method.

func (*MockContractWacsiSQL) RSNext

func (m *MockContractWacsiSQL) RSNext() int32

RSNext mocks base method.

func (*MockContractWacsiSQL) SuccessResult

func (m *MockContractWacsiSQL) SuccessResult() int32

SuccessResult mocks base method.

type MockContractWacsiSQLMockRecorder

type MockContractWacsiSQLMockRecorder struct {
	// contains filtered or unexported fields
}

MockContractWacsiSQLMockRecorder is the mock recorder for MockContractWacsiSQL.

func (*MockContractWacsiSQLMockRecorder) CallContract

func (mr *MockContractWacsiSQLMockRecorder) CallContract() *gomock.Call

CallContract indicates an expected call of CallContract.

func (*MockContractWacsiSQLMockRecorder) ErrorResult

func (mr *MockContractWacsiSQLMockRecorder) ErrorResult() *gomock.Call

ErrorResult indicates an expected call of ErrorResult.

func (*MockContractWacsiSQLMockRecorder) ExecuteDDL

func (mr *MockContractWacsiSQLMockRecorder) ExecuteDDL() *gomock.Call

ExecuteDDL indicates an expected call of ExecuteDDL.

func (*MockContractWacsiSQLMockRecorder) ExecuteQuery

func (mr *MockContractWacsiSQLMockRecorder) ExecuteQuery() *gomock.Call

ExecuteQuery indicates an expected call of ExecuteQuery.

func (*MockContractWacsiSQLMockRecorder) ExecuteQueryOne

func (mr *MockContractWacsiSQLMockRecorder) ExecuteQueryOne() *gomock.Call

ExecuteQueryOne indicates an expected call of ExecuteQueryOne.

func (*MockContractWacsiSQLMockRecorder) ExecuteUpdate

func (mr *MockContractWacsiSQLMockRecorder) ExecuteUpdate() *gomock.Call

ExecuteUpdate indicates an expected call of ExecuteUpdate.

func (*MockContractWacsiSQLMockRecorder) LogMessage

func (mr *MockContractWacsiSQLMockRecorder) LogMessage() *gomock.Call

LogMessage indicates an expected call of LogMessage.

func (*MockContractWacsiSQLMockRecorder) RSClose

RSClose indicates an expected call of RSClose.

func (*MockContractWacsiSQLMockRecorder) RSHasNext

func (mr *MockContractWacsiSQLMockRecorder) RSHasNext() *gomock.Call

RSHasNext indicates an expected call of RSHasNext.

func (*MockContractWacsiSQLMockRecorder) RSNext

RSNext indicates an expected call of RSNext.

func (*MockContractWacsiSQLMockRecorder) SuccessResult

func (mr *MockContractWacsiSQLMockRecorder) SuccessResult() *gomock.Call

SuccessResult indicates an expected call of SuccessResult.

type MockCoreEngine

type MockCoreEngine struct {
	// contains filtered or unexported fields
}

MockCoreEngine is a mock of CoreEngine interface.

func NewMockCoreEngine

func NewMockCoreEngine(ctrl *gomock.Controller) *MockCoreEngine

NewMockCoreEngine creates a new mock instance.

func (*MockCoreEngine) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockCoreEngine) GetBlockCommitter

func (m *MockCoreEngine) GetBlockCommitter() protocol.BlockCommitter

GetBlockCommitter mocks base method.

func (*MockCoreEngine) GetBlockVerifier

func (m *MockCoreEngine) GetBlockVerifier() protocol.BlockVerifier

GetBlockVerifier mocks base method.

func (*MockCoreEngine) GetHotStuffHelper

func (m *MockCoreEngine) GetHotStuffHelper() protocol.HotStuffHelper

GetHotStuffHelper mocks base method.

func (*MockCoreEngine) OnMessage

func (m *MockCoreEngine) OnMessage(arg0 *msgbus.Message)

OnMessage mocks base method.

func (*MockCoreEngine) OnQuit

func (m *MockCoreEngine) OnQuit()

OnQuit mocks base method.

func (*MockCoreEngine) Start

func (m *MockCoreEngine) Start()

Start mocks base method.

func (*MockCoreEngine) Stop

func (m *MockCoreEngine) Stop()

Stop mocks base method.

type MockCoreEngineMockRecorder

type MockCoreEngineMockRecorder struct {
	// contains filtered or unexported fields
}

MockCoreEngineMockRecorder is the mock recorder for MockCoreEngine.

func (*MockCoreEngineMockRecorder) GetBlockCommitter

func (mr *MockCoreEngineMockRecorder) GetBlockCommitter() *gomock.Call

GetBlockCommitter indicates an expected call of GetBlockCommitter.

func (*MockCoreEngineMockRecorder) GetBlockVerifier

func (mr *MockCoreEngineMockRecorder) GetBlockVerifier() *gomock.Call

GetBlockVerifier indicates an expected call of GetBlockVerifier.

func (*MockCoreEngineMockRecorder) GetHotStuffHelper

func (mr *MockCoreEngineMockRecorder) GetHotStuffHelper() *gomock.Call

GetHotStuffHelper indicates an expected call of GetHotStuffHelper.

func (*MockCoreEngineMockRecorder) OnMessage

func (mr *MockCoreEngineMockRecorder) OnMessage(arg0 interface{}) *gomock.Call

OnMessage indicates an expected call of OnMessage.

func (*MockCoreEngineMockRecorder) OnQuit

func (mr *MockCoreEngineMockRecorder) OnQuit() *gomock.Call

OnQuit indicates an expected call of OnQuit.

func (*MockCoreEngineMockRecorder) Start

func (mr *MockCoreEngineMockRecorder) Start() *gomock.Call

Start indicates an expected call of Start.

func (*MockCoreEngineMockRecorder) Stop

Stop indicates an expected call of Stop.

type MockDBHandle

type MockDBHandle struct {
	// contains filtered or unexported fields
}

MockDBHandle is a mock of DBHandle interface.

func NewMockDBHandle

func NewMockDBHandle(ctrl *gomock.Controller) *MockDBHandle

NewMockDBHandle creates a new mock instance.

func (*MockDBHandle) Close

func (m *MockDBHandle) Close() error

Close mocks base method.

func (*MockDBHandle) CompactRange

func (m *MockDBHandle) CompactRange(start, limit []byte) error

CompactRange mocks base method.

func (*MockDBHandle) Delete

func (m *MockDBHandle) Delete(key []byte) error

Delete mocks base method.

func (*MockDBHandle) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockDBHandle) Get

func (m *MockDBHandle) Get(key []byte) ([]byte, error)

Get mocks base method.

func (*MockDBHandle) Has

func (m *MockDBHandle) Has(key []byte) (bool, error)

Has mocks base method.

func (*MockDBHandle) NewIteratorWithPrefix

func (m *MockDBHandle) NewIteratorWithPrefix(prefix []byte) protocol.Iterator

NewIteratorWithPrefix mocks base method.

func (*MockDBHandle) NewIteratorWithRange

func (m *MockDBHandle) NewIteratorWithRange(start, limit []byte) protocol.Iterator

NewIteratorWithRange mocks base method.

func (*MockDBHandle) Put

func (m *MockDBHandle) Put(key, value []byte) error

Put mocks base method.

func (*MockDBHandle) WriteBatch

func (m *MockDBHandle) WriteBatch(batch protocol.StoreBatcher, sync bool) error

WriteBatch mocks base method.

type MockDBHandleMockRecorder

type MockDBHandleMockRecorder struct {
	// contains filtered or unexported fields
}

MockDBHandleMockRecorder is the mock recorder for MockDBHandle.

func (*MockDBHandleMockRecorder) Close

func (mr *MockDBHandleMockRecorder) Close() *gomock.Call

Close indicates an expected call of Close.

func (*MockDBHandleMockRecorder) CompactRange

func (mr *MockDBHandleMockRecorder) CompactRange(start, limit interface{}) *gomock.Call

CompactRange indicates an expected call of CompactRange.

func (*MockDBHandleMockRecorder) Delete

func (mr *MockDBHandleMockRecorder) Delete(key interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockDBHandleMockRecorder) Get

func (mr *MockDBHandleMockRecorder) Get(key interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockDBHandleMockRecorder) Has

func (mr *MockDBHandleMockRecorder) Has(key interface{}) *gomock.Call

Has indicates an expected call of Has.

func (*MockDBHandleMockRecorder) NewIteratorWithPrefix

func (mr *MockDBHandleMockRecorder) NewIteratorWithPrefix(prefix interface{}) *gomock.Call

NewIteratorWithPrefix indicates an expected call of NewIteratorWithPrefix.

func (*MockDBHandleMockRecorder) NewIteratorWithRange

func (mr *MockDBHandleMockRecorder) NewIteratorWithRange(start, limit interface{}) *gomock.Call

NewIteratorWithRange indicates an expected call of NewIteratorWithRange.

func (*MockDBHandleMockRecorder) Put

func (mr *MockDBHandleMockRecorder) Put(key, value interface{}) *gomock.Call

Put indicates an expected call of Put.

func (*MockDBHandleMockRecorder) WriteBatch

func (mr *MockDBHandleMockRecorder) WriteBatch(batch, sync interface{}) *gomock.Call

WriteBatch indicates an expected call of WriteBatch.

type MockDPoS

type MockDPoS struct {
	// contains filtered or unexported fields
}

MockDPoS is a mock of DPoS interface.

func NewMockDPoS

func NewMockDPoS(ctrl *gomock.Controller) *MockDPoS

NewMockDPoS creates a new mock instance.

func (*MockDPoS) CreateDPoSRWSet

func (m *MockDPoS) CreateDPoSRWSet(preBlkHash []byte, proposedBlock *consensus.ProposalBlock) error

CreateDPoSRWSet mocks base method.

func (*MockDPoS) EXPECT

func (m *MockDPoS) EXPECT() *MockDPoSMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockDPoS) GetValidators

func (m *MockDPoS) GetValidators() ([]string, error)

GetValidators mocks base method.

func (*MockDPoS) VerifyConsensusArgs

func (m *MockDPoS) VerifyConsensusArgs(block *common.Block, blockTxRwSet map[string]*common.TxRWSet) error

VerifyConsensusArgs mocks base method.

type MockDPoSMockRecorder

type MockDPoSMockRecorder struct {
	// contains filtered or unexported fields
}

MockDPoSMockRecorder is the mock recorder for MockDPoS.

func (*MockDPoSMockRecorder) CreateDPoSRWSet

func (mr *MockDPoSMockRecorder) CreateDPoSRWSet(preBlkHash, proposedBlock interface{}) *gomock.Call

CreateDPoSRWSet indicates an expected call of CreateDPoSRWSet.

func (*MockDPoSMockRecorder) GetValidators

func (mr *MockDPoSMockRecorder) GetValidators() *gomock.Call

GetValidators indicates an expected call of GetValidators.

func (*MockDPoSMockRecorder) VerifyConsensusArgs

func (mr *MockDPoSMockRecorder) VerifyConsensusArgs(block, blockTxRwSet interface{}) *gomock.Call

VerifyConsensusArgs indicates an expected call of VerifyConsensusArgs.

type MockGovernment

type MockGovernment struct {
	// contains filtered or unexported fields
}

MockGovernment is a mock of Government interface.

func NewMockGovernment

func NewMockGovernment(ctrl *gomock.Controller) *MockGovernment

NewMockGovernment creates a new mock instance.

func (*MockGovernment) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGovernment) GetGovernanceContract

func (m *MockGovernment) GetGovernanceContract() (*consensus.GovernanceContract, error)

GetGovernanceContract mocks base method.

func (*MockGovernment) Verify

func (m *MockGovernment) Verify(consensusType consensus.ConsensusType, chainConfig *config.ChainConfig) error

Verify mocks base method.

type MockGovernmentMockRecorder

type MockGovernmentMockRecorder struct {
	// contains filtered or unexported fields
}

MockGovernmentMockRecorder is the mock recorder for MockGovernment.

func (*MockGovernmentMockRecorder) GetGovernanceContract

func (mr *MockGovernmentMockRecorder) GetGovernanceContract() *gomock.Call

GetGovernanceContract indicates an expected call of GetGovernanceContract.

func (*MockGovernmentMockRecorder) Verify

func (mr *MockGovernmentMockRecorder) Verify(consensusType, chainConfig interface{}) *gomock.Call

Verify indicates an expected call of Verify.

type MockIterator

type MockIterator struct {
	// contains filtered or unexported fields
}

MockIterator is a mock of Iterator interface.

func NewMockIterator

func NewMockIterator(ctrl *gomock.Controller) *MockIterator

NewMockIterator creates a new mock instance.

func (*MockIterator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIterator) Error

func (m *MockIterator) Error() error

Error mocks base method.

func (*MockIterator) First

func (m *MockIterator) First() bool

First mocks base method.

func (*MockIterator) Key

func (m *MockIterator) Key() []byte

Key mocks base method.

func (*MockIterator) Next

func (m *MockIterator) Next() bool

Next mocks base method.

func (*MockIterator) Release

func (m *MockIterator) Release()

Release mocks base method.

func (*MockIterator) Value

func (m *MockIterator) Value() []byte

Value mocks base method.

type MockIteratorMockRecorder

type MockIteratorMockRecorder struct {
	// contains filtered or unexported fields
}

MockIteratorMockRecorder is the mock recorder for MockIterator.

func (*MockIteratorMockRecorder) Error

func (mr *MockIteratorMockRecorder) Error() *gomock.Call

Error indicates an expected call of Error.

func (*MockIteratorMockRecorder) First

func (mr *MockIteratorMockRecorder) First() *gomock.Call

First indicates an expected call of First.

func (*MockIteratorMockRecorder) Key

Key indicates an expected call of Key.

func (*MockIteratorMockRecorder) Next

func (mr *MockIteratorMockRecorder) Next() *gomock.Call

Next indicates an expected call of Next.

func (*MockIteratorMockRecorder) Release

func (mr *MockIteratorMockRecorder) Release() *gomock.Call

Release indicates an expected call of Release.

func (*MockIteratorMockRecorder) Value

func (mr *MockIteratorMockRecorder) Value() *gomock.Call

Value indicates an expected call of Value.

type MockKeyHistoryIterator

type MockKeyHistoryIterator struct {
	// contains filtered or unexported fields
}

MockKeyHistoryIterator is a mock of KeyHistoryIterator interface.

func NewMockKeyHistoryIterator

func NewMockKeyHistoryIterator(ctrl *gomock.Controller) *MockKeyHistoryIterator

NewMockKeyHistoryIterator creates a new mock instance.

func (*MockKeyHistoryIterator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockKeyHistoryIterator) Next

func (m *MockKeyHistoryIterator) Next() bool

Next mocks base method.

func (*MockKeyHistoryIterator) Release

func (m *MockKeyHistoryIterator) Release()

Release mocks base method.

func (*MockKeyHistoryIterator) Value

Value mocks base method.

type MockKeyHistoryIteratorMockRecorder

type MockKeyHistoryIteratorMockRecorder struct {
	// contains filtered or unexported fields
}

MockKeyHistoryIteratorMockRecorder is the mock recorder for MockKeyHistoryIterator.

func (*MockKeyHistoryIteratorMockRecorder) Next

Next indicates an expected call of Next.

func (*MockKeyHistoryIteratorMockRecorder) Release

Release indicates an expected call of Release.

func (*MockKeyHistoryIteratorMockRecorder) Value

Value indicates an expected call of Value.

type MockLedgerCache

type MockLedgerCache struct {
	// contains filtered or unexported fields
}

MockLedgerCache is a mock of LedgerCache interface.

func NewMockLedgerCache

func NewMockLedgerCache(ctrl *gomock.Controller) *MockLedgerCache

NewMockLedgerCache creates a new mock instance.

func (*MockLedgerCache) CurrentHeight

func (m *MockLedgerCache) CurrentHeight() (uint64, error)

CurrentHeight mocks base method.

func (*MockLedgerCache) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockLedgerCache) GetLastCommittedBlock

func (m *MockLedgerCache) GetLastCommittedBlock() *common.Block

GetLastCommittedBlock mocks base method.

func (*MockLedgerCache) SetLastCommittedBlock

func (m *MockLedgerCache) SetLastCommittedBlock(b *common.Block)

SetLastCommittedBlock mocks base method.

type MockLedgerCacheMockRecorder

type MockLedgerCacheMockRecorder struct {
	// contains filtered or unexported fields
}

MockLedgerCacheMockRecorder is the mock recorder for MockLedgerCache.

func (*MockLedgerCacheMockRecorder) CurrentHeight

func (mr *MockLedgerCacheMockRecorder) CurrentHeight() *gomock.Call

CurrentHeight indicates an expected call of CurrentHeight.

func (*MockLedgerCacheMockRecorder) GetLastCommittedBlock

func (mr *MockLedgerCacheMockRecorder) GetLastCommittedBlock() *gomock.Call

GetLastCommittedBlock indicates an expected call of GetLastCommittedBlock.

func (*MockLedgerCacheMockRecorder) SetLastCommittedBlock

func (mr *MockLedgerCacheMockRecorder) SetLastCommittedBlock(b interface{}) *gomock.Call

SetLastCommittedBlock indicates an expected call of SetLastCommittedBlock.

type MockMember

type MockMember struct {
	// contains filtered or unexported fields
}

MockMember is a mock of Member interface.

func NewMockMember

func NewMockMember(ctrl *gomock.Controller) *MockMember

NewMockMember creates a new mock instance.

func (*MockMember) EXPECT

func (m *MockMember) EXPECT() *MockMemberMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockMember) GetMember

func (m *MockMember) GetMember() (*accesscontrol.Member, error)

GetMember mocks base method.

func (*MockMember) GetMemberId

func (m *MockMember) GetMemberId() string

GetMemberId mocks base method.

func (*MockMember) GetOrgId

func (m *MockMember) GetOrgId() string

GetOrgId mocks base method.

func (*MockMember) GetRole

func (m *MockMember) GetRole() protocol.Role

GetRole mocks base method.

func (*MockMember) GetUid

func (m *MockMember) GetUid() string

GetUid mocks base method.

func (*MockMember) Verify

func (m *MockMember) Verify(hashType string, msg, sig []byte) error

Verify mocks base method.

type MockMemberMockRecorder

type MockMemberMockRecorder struct {
	// contains filtered or unexported fields
}

MockMemberMockRecorder is the mock recorder for MockMember.

func (*MockMemberMockRecorder) GetMember

func (mr *MockMemberMockRecorder) GetMember() *gomock.Call

GetMember indicates an expected call of GetMember.

func (*MockMemberMockRecorder) GetMemberId

func (mr *MockMemberMockRecorder) GetMemberId() *gomock.Call

GetMemberId indicates an expected call of GetMemberId.

func (*MockMemberMockRecorder) GetOrgId

func (mr *MockMemberMockRecorder) GetOrgId() *gomock.Call

GetOrgId indicates an expected call of GetOrgId.

func (*MockMemberMockRecorder) GetRole

func (mr *MockMemberMockRecorder) GetRole() *gomock.Call

GetRole indicates an expected call of GetRole.

func (*MockMemberMockRecorder) GetUid

func (mr *MockMemberMockRecorder) GetUid() *gomock.Call

GetUid indicates an expected call of GetUid.

func (*MockMemberMockRecorder) Verify

func (mr *MockMemberMockRecorder) Verify(hashType, msg, sig interface{}) *gomock.Call

Verify indicates an expected call of Verify.

type MockNetService

type MockNetService struct {
	// contains filtered or unexported fields
}

MockNetService is a mock of NetService interface.

func NewMockNetService

func NewMockNetService(ctrl *gomock.Controller) *MockNetService

NewMockNetService creates a new mock instance.

func (*MockNetService) BroadcastMsg

func (m *MockNetService) BroadcastMsg(msg []byte, msgType net.NetMsg_MsgType) error

BroadcastMsg mocks base method.

func (*MockNetService) CancelConsensusSubscribe

func (m *MockNetService) CancelConsensusSubscribe(msgType net.NetMsg_MsgType) error

CancelConsensusSubscribe mocks base method.

func (*MockNetService) CancelSubscribe

func (m *MockNetService) CancelSubscribe(msgType net.NetMsg_MsgType) error

CancelSubscribe mocks base method.

func (*MockNetService) ConsensusBroadcastMsg

func (m *MockNetService) ConsensusBroadcastMsg(msg []byte, msgType net.NetMsg_MsgType) error

ConsensusBroadcastMsg mocks base method.

func (*MockNetService) ConsensusSubscribe

func (m *MockNetService) ConsensusSubscribe(msgType net.NetMsg_MsgType, handler protocol.MsgHandler) error

ConsensusSubscribe mocks base method.

func (*MockNetService) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockNetService) GetChainNodesInfoProvider

func (m *MockNetService) GetChainNodesInfoProvider() protocol.ChainNodesInfoProvider

GetChainNodesInfoProvider mocks base method.

func (*MockNetService) GetNodeUidByCertId

func (m *MockNetService) GetNodeUidByCertId(certId string) (string, error)

GetNodeUidByCertId mocks base method.

func (*MockNetService) ReceiveMsg

func (m *MockNetService) ReceiveMsg(msgType net.NetMsg_MsgType, handler protocol.MsgHandler) error

ReceiveMsg mocks base method.

func (*MockNetService) SendMsg

func (m *MockNetService) SendMsg(msg []byte, msgType net.NetMsg_MsgType, to ...string) error

SendMsg mocks base method.

func (*MockNetService) Start

func (m *MockNetService) Start() error

Start mocks base method.

func (*MockNetService) Stop

func (m *MockNetService) Stop() error

Stop mocks base method.

func (*MockNetService) Subscribe

func (m *MockNetService) Subscribe(msgType net.NetMsg_MsgType, handler protocol.MsgHandler) error

Subscribe mocks base method.

type MockNetServiceMockRecorder

type MockNetServiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockNetServiceMockRecorder is the mock recorder for MockNetService.

func (*MockNetServiceMockRecorder) BroadcastMsg

func (mr *MockNetServiceMockRecorder) BroadcastMsg(msg, msgType interface{}) *gomock.Call

BroadcastMsg indicates an expected call of BroadcastMsg.

func (*MockNetServiceMockRecorder) CancelConsensusSubscribe

func (mr *MockNetServiceMockRecorder) CancelConsensusSubscribe(msgType interface{}) *gomock.Call

CancelConsensusSubscribe indicates an expected call of CancelConsensusSubscribe.

func (*MockNetServiceMockRecorder) CancelSubscribe

func (mr *MockNetServiceMockRecorder) CancelSubscribe(msgType interface{}) *gomock.Call

CancelSubscribe indicates an expected call of CancelSubscribe.

func (*MockNetServiceMockRecorder) ConsensusBroadcastMsg

func (mr *MockNetServiceMockRecorder) ConsensusBroadcastMsg(msg, msgType interface{}) *gomock.Call

ConsensusBroadcastMsg indicates an expected call of ConsensusBroadcastMsg.

func (*MockNetServiceMockRecorder) ConsensusSubscribe

func (mr *MockNetServiceMockRecorder) ConsensusSubscribe(msgType, handler interface{}) *gomock.Call

ConsensusSubscribe indicates an expected call of ConsensusSubscribe.

func (*MockNetServiceMockRecorder) GetChainNodesInfoProvider

func (mr *MockNetServiceMockRecorder) GetChainNodesInfoProvider() *gomock.Call

GetChainNodesInfoProvider indicates an expected call of GetChainNodesInfoProvider.

func (*MockNetServiceMockRecorder) GetNodeUidByCertId

func (mr *MockNetServiceMockRecorder) GetNodeUidByCertId(certId interface{}) *gomock.Call

GetNodeUidByCertId indicates an expected call of GetNodeUidByCertId.

func (*MockNetServiceMockRecorder) ReceiveMsg

func (mr *MockNetServiceMockRecorder) ReceiveMsg(msgType, handler interface{}) *gomock.Call

ReceiveMsg indicates an expected call of ReceiveMsg.

func (*MockNetServiceMockRecorder) SendMsg

func (mr *MockNetServiceMockRecorder) SendMsg(msg, msgType interface{}, to ...interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockNetServiceMockRecorder) Start

func (mr *MockNetServiceMockRecorder) Start() *gomock.Call

Start indicates an expected call of Start.

func (*MockNetServiceMockRecorder) Stop

Stop indicates an expected call of Stop.

func (*MockNetServiceMockRecorder) Subscribe

func (mr *MockNetServiceMockRecorder) Subscribe(msgType, handler interface{}) *gomock.Call

Subscribe indicates an expected call of Subscribe.

type MockPrincipal

type MockPrincipal struct {
	// contains filtered or unexported fields
}

MockPrincipal is a mock of Principal interface.

func NewMockPrincipal

func NewMockPrincipal(ctrl *gomock.Controller) *MockPrincipal

NewMockPrincipal creates a new mock instance.

func (*MockPrincipal) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockPrincipal) GetEndorsement

func (m *MockPrincipal) GetEndorsement() []*common.EndorsementEntry

GetEndorsement mocks base method.

func (*MockPrincipal) GetMessage

func (m *MockPrincipal) GetMessage() []byte

GetMessage mocks base method.

func (*MockPrincipal) GetResourceName

func (m *MockPrincipal) GetResourceName() string

GetResourceName mocks base method.

func (*MockPrincipal) GetTargetOrgId

func (m *MockPrincipal) GetTargetOrgId() string

GetTargetOrgId mocks base method.

type MockPrincipalMockRecorder

type MockPrincipalMockRecorder struct {
	// contains filtered or unexported fields
}

MockPrincipalMockRecorder is the mock recorder for MockPrincipal.

func (*MockPrincipalMockRecorder) GetEndorsement

func (mr *MockPrincipalMockRecorder) GetEndorsement() *gomock.Call

GetEndorsement indicates an expected call of GetEndorsement.

func (*MockPrincipalMockRecorder) GetMessage

func (mr *MockPrincipalMockRecorder) GetMessage() *gomock.Call

GetMessage indicates an expected call of GetMessage.

func (*MockPrincipalMockRecorder) GetResourceName

func (mr *MockPrincipalMockRecorder) GetResourceName() *gomock.Call

GetResourceName indicates an expected call of GetResourceName.

func (*MockPrincipalMockRecorder) GetTargetOrgId

func (mr *MockPrincipalMockRecorder) GetTargetOrgId() *gomock.Call

GetTargetOrgId indicates an expected call of GetTargetOrgId.

type MockProposalCache

type MockProposalCache struct {
	// contains filtered or unexported fields
}

MockProposalCache is a mock of ProposalCache interface.

func NewMockProposalCache

func NewMockProposalCache(ctrl *gomock.Controller) *MockProposalCache

NewMockProposalCache creates a new mock instance.

func (*MockProposalCache) ClearProposedBlockAt

func (m *MockProposalCache) ClearProposedBlockAt(height uint64)

ClearProposedBlockAt mocks base method.

func (*MockProposalCache) ClearTheBlock

func (m *MockProposalCache) ClearTheBlock(block *common.Block)

ClearTheBlock mocks base method.

func (*MockProposalCache) DiscardAboveHeight

func (m *MockProposalCache) DiscardAboveHeight(baseHeight uint64) []*common.Block

DiscardAboveHeight mocks base method.

func (*MockProposalCache) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockProposalCache) GetProposedBlock

func (m *MockProposalCache) GetProposedBlock(b *common.Block) (*common.Block, map[string]*common.TxRWSet, map[string][]*common.ContractEvent)

GetProposedBlock mocks base method.

func (*MockProposalCache) GetProposedBlockByHashAndHeight

func (m *MockProposalCache) GetProposedBlockByHashAndHeight(hash []byte, height uint64) (*common.Block, map[string]*common.TxRWSet)

GetProposedBlockByHashAndHeight mocks base method.

func (*MockProposalCache) GetProposedBlocksAt

func (m *MockProposalCache) GetProposedBlocksAt(height uint64) []*common.Block

GetProposedBlocksAt mocks base method.

func (*MockProposalCache) GetSelfProposedBlockAt

func (m *MockProposalCache) GetSelfProposedBlockAt(height uint64) *common.Block

GetSelfProposedBlockAt mocks base method.

func (*MockProposalCache) HasProposedBlockAt

func (m *MockProposalCache) HasProposedBlockAt(height uint64) bool

HasProposedBlockAt mocks base method.

func (*MockProposalCache) IsProposedAt

func (m *MockProposalCache) IsProposedAt(height uint64) bool

IsProposedAt mocks base method.

func (*MockProposalCache) KeepProposedBlock

func (m *MockProposalCache) KeepProposedBlock(hash []byte, height uint64) []*common.Block

KeepProposedBlock mocks base method.

func (*MockProposalCache) ResetProposedAt

func (m *MockProposalCache) ResetProposedAt(height uint64)

ResetProposedAt mocks base method.

func (*MockProposalCache) SetProposedAt

func (m *MockProposalCache) SetProposedAt(height uint64)

SetProposedAt mocks base method.

func (*MockProposalCache) SetProposedBlock

func (m *MockProposalCache) SetProposedBlock(b *common.Block, rwSetMap map[string]*common.TxRWSet, contractEventMap map[string][]*common.ContractEvent, selfProposed bool) error

SetProposedBlock mocks base method.

type MockProposalCacheMockRecorder

type MockProposalCacheMockRecorder struct {
	// contains filtered or unexported fields
}

MockProposalCacheMockRecorder is the mock recorder for MockProposalCache.

func (*MockProposalCacheMockRecorder) ClearProposedBlockAt

func (mr *MockProposalCacheMockRecorder) ClearProposedBlockAt(height interface{}) *gomock.Call

ClearProposedBlockAt indicates an expected call of ClearProposedBlockAt.

func (*MockProposalCacheMockRecorder) ClearTheBlock

func (mr *MockProposalCacheMockRecorder) ClearTheBlock(block interface{}) *gomock.Call

ClearTheBlock indicates an expected call of ClearTheBlock.

func (*MockProposalCacheMockRecorder) DiscardAboveHeight

func (mr *MockProposalCacheMockRecorder) DiscardAboveHeight(baseHeight interface{}) *gomock.Call

DiscardAboveHeight indicates an expected call of DiscardAboveHeight.

func (*MockProposalCacheMockRecorder) GetProposedBlock

func (mr *MockProposalCacheMockRecorder) GetProposedBlock(b interface{}) *gomock.Call

GetProposedBlock indicates an expected call of GetProposedBlock.

func (*MockProposalCacheMockRecorder) GetProposedBlockByHashAndHeight

func (mr *MockProposalCacheMockRecorder) GetProposedBlockByHashAndHeight(hash, height interface{}) *gomock.Call

GetProposedBlockByHashAndHeight indicates an expected call of GetProposedBlockByHashAndHeight.

func (*MockProposalCacheMockRecorder) GetProposedBlocksAt

func (mr *MockProposalCacheMockRecorder) GetProposedBlocksAt(height interface{}) *gomock.Call

GetProposedBlocksAt indicates an expected call of GetProposedBlocksAt.

func (*MockProposalCacheMockRecorder) GetSelfProposedBlockAt

func (mr *MockProposalCacheMockRecorder) GetSelfProposedBlockAt(height interface{}) *gomock.Call

GetSelfProposedBlockAt indicates an expected call of GetSelfProposedBlockAt.

func (*MockProposalCacheMockRecorder) HasProposedBlockAt

func (mr *MockProposalCacheMockRecorder) HasProposedBlockAt(height interface{}) *gomock.Call

HasProposedBlockAt indicates an expected call of HasProposedBlockAt.

func (*MockProposalCacheMockRecorder) IsProposedAt

func (mr *MockProposalCacheMockRecorder) IsProposedAt(height interface{}) *gomock.Call

IsProposedAt indicates an expected call of IsProposedAt.

func (*MockProposalCacheMockRecorder) KeepProposedBlock

func (mr *MockProposalCacheMockRecorder) KeepProposedBlock(hash, height interface{}) *gomock.Call

KeepProposedBlock indicates an expected call of KeepProposedBlock.

func (*MockProposalCacheMockRecorder) ResetProposedAt

func (mr *MockProposalCacheMockRecorder) ResetProposedAt(height interface{}) *gomock.Call

ResetProposedAt indicates an expected call of ResetProposedAt.

func (*MockProposalCacheMockRecorder) SetProposedAt

func (mr *MockProposalCacheMockRecorder) SetProposedAt(height interface{}) *gomock.Call

SetProposedAt indicates an expected call of SetProposedAt.

func (*MockProposalCacheMockRecorder) SetProposedBlock

func (mr *MockProposalCacheMockRecorder) SetProposedBlock(b, rwSetMap, contractEventMap, selfProposed interface{}) *gomock.Call

SetProposedBlock indicates an expected call of SetProposedBlock.

type MockSigningMember

type MockSigningMember struct {
	// contains filtered or unexported fields
}

MockSigningMember is a mock of SigningMember interface.

func NewMockSigningMember

func NewMockSigningMember(ctrl *gomock.Controller) *MockSigningMember

NewMockSigningMember creates a new mock instance.

func (*MockSigningMember) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSigningMember) GetMember

func (m *MockSigningMember) GetMember() (*accesscontrol.Member, error)

GetMember mocks base method.

func (*MockSigningMember) GetMemberId

func (m *MockSigningMember) GetMemberId() string

GetMemberId mocks base method.

func (*MockSigningMember) GetOrgId

func (m *MockSigningMember) GetOrgId() string

GetOrgId mocks base method.

func (*MockSigningMember) GetRole

func (m *MockSigningMember) GetRole() protocol.Role

GetRole mocks base method.

func (*MockSigningMember) GetUid

func (m *MockSigningMember) GetUid() string

GetUid mocks base method.

func (*MockSigningMember) Sign

func (m *MockSigningMember) Sign(hashType string, msg []byte) ([]byte, error)

Sign mocks base method.

func (*MockSigningMember) Verify

func (m *MockSigningMember) Verify(hashType string, msg, sig []byte) error

Verify mocks base method.

type MockSigningMemberMockRecorder

type MockSigningMemberMockRecorder struct {
	// contains filtered or unexported fields
}

MockSigningMemberMockRecorder is the mock recorder for MockSigningMember.

func (*MockSigningMemberMockRecorder) GetMember

func (mr *MockSigningMemberMockRecorder) GetMember() *gomock.Call

GetMember indicates an expected call of GetMember.

func (*MockSigningMemberMockRecorder) GetMemberId

func (mr *MockSigningMemberMockRecorder) GetMemberId() *gomock.Call

GetMemberId indicates an expected call of GetMemberId.

func (*MockSigningMemberMockRecorder) GetOrgId

func (mr *MockSigningMemberMockRecorder) GetOrgId() *gomock.Call

GetOrgId indicates an expected call of GetOrgId.

func (*MockSigningMemberMockRecorder) GetRole

func (mr *MockSigningMemberMockRecorder) GetRole() *gomock.Call

GetRole indicates an expected call of GetRole.

func (*MockSigningMemberMockRecorder) GetUid

GetUid indicates an expected call of GetUid.

func (*MockSigningMemberMockRecorder) Sign

func (mr *MockSigningMemberMockRecorder) Sign(hashType, msg interface{}) *gomock.Call

Sign indicates an expected call of Sign.

func (*MockSigningMemberMockRecorder) Verify

func (mr *MockSigningMemberMockRecorder) Verify(hashType, msg, sig interface{}) *gomock.Call

Verify indicates an expected call of Verify.

type MockSnapshot

type MockSnapshot struct {
	// contains filtered or unexported fields
}

MockSnapshot is a mock of Snapshot interface.

func NewMockSnapshot

func NewMockSnapshot(ctrl *gomock.Controller) *MockSnapshot

NewMockSnapshot creates a new mock instance.

func (*MockSnapshot) ApplyTxSimContext

func (m *MockSnapshot) ApplyTxSimContext(arg0 protocol.TxSimContext, arg1 bool) (bool, int)

ApplyTxSimContext mocks base method.

func (*MockSnapshot) BuildDAG

func (m *MockSnapshot) BuildDAG(isSql bool) *common.DAG

BuildDAG mocks base method.

func (*MockSnapshot) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSnapshot) GetBlockHeight

func (m *MockSnapshot) GetBlockHeight() uint64

GetBlockHeight mocks base method.

func (*MockSnapshot) GetBlockProposer

func (m *MockSnapshot) GetBlockProposer() *accesscontrol.Member

GetBlockProposer mocks base method.

func (*MockSnapshot) GetBlockchainStore

func (m *MockSnapshot) GetBlockchainStore() protocol.BlockchainStore

GetBlockchainStore mocks base method.

func (*MockSnapshot) GetKey

func (m *MockSnapshot) GetKey(txExecSeq int, contractName string, key []byte) ([]byte, error)

GetKey mocks base method.

func (*MockSnapshot) GetPreSnapshot

func (m *MockSnapshot) GetPreSnapshot() protocol.Snapshot

GetPreSnapshot mocks base method.

func (*MockSnapshot) GetSnapshotSize

func (m *MockSnapshot) GetSnapshotSize() int

GetSnapshotSize mocks base method.

func (*MockSnapshot) GetTxRWSetTable

func (m *MockSnapshot) GetTxRWSetTable() []*common.TxRWSet

GetTxRWSetTable mocks base method.

func (*MockSnapshot) GetTxResultMap

func (m *MockSnapshot) GetTxResultMap() map[string]*common.Result

GetTxResultMap mocks base method.

func (*MockSnapshot) GetTxTable

func (m *MockSnapshot) GetTxTable() []*common.Transaction

GetTxTable mocks base method.

func (*MockSnapshot) IsSealed

func (m *MockSnapshot) IsSealed() bool

IsSealed mocks base method.

func (*MockSnapshot) Seal

func (m *MockSnapshot) Seal()

Seal mocks base method.

func (*MockSnapshot) SetPreSnapshot

func (m *MockSnapshot) SetPreSnapshot(arg0 protocol.Snapshot)

SetPreSnapshot mocks base method.

type MockSnapshotManager

type MockSnapshotManager struct {
	// contains filtered or unexported fields
}

MockSnapshotManager is a mock of SnapshotManager interface.

func NewMockSnapshotManager

func NewMockSnapshotManager(ctrl *gomock.Controller) *MockSnapshotManager

NewMockSnapshotManager creates a new mock instance.

func (*MockSnapshotManager) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSnapshotManager) NewSnapshot

func (m *MockSnapshotManager) NewSnapshot(prevBlock, block *common.Block) protocol.Snapshot

NewSnapshot mocks base method.

func (*MockSnapshotManager) NotifyBlockCommitted

func (m *MockSnapshotManager) NotifyBlockCommitted(block *common.Block) error

NotifyBlockCommitted mocks base method.

type MockSnapshotManagerMockRecorder

type MockSnapshotManagerMockRecorder struct {
	// contains filtered or unexported fields
}

MockSnapshotManagerMockRecorder is the mock recorder for MockSnapshotManager.

func (*MockSnapshotManagerMockRecorder) NewSnapshot

func (mr *MockSnapshotManagerMockRecorder) NewSnapshot(prevBlock, block interface{}) *gomock.Call

NewSnapshot indicates an expected call of NewSnapshot.

func (*MockSnapshotManagerMockRecorder) NotifyBlockCommitted

func (mr *MockSnapshotManagerMockRecorder) NotifyBlockCommitted(block interface{}) *gomock.Call

NotifyBlockCommitted indicates an expected call of NotifyBlockCommitted.

type MockSnapshotMockRecorder

type MockSnapshotMockRecorder struct {
	// contains filtered or unexported fields
}

MockSnapshotMockRecorder is the mock recorder for MockSnapshot.

func (*MockSnapshotMockRecorder) ApplyTxSimContext

func (mr *MockSnapshotMockRecorder) ApplyTxSimContext(arg0, arg1 interface{}) *gomock.Call

ApplyTxSimContext indicates an expected call of ApplyTxSimContext.

func (*MockSnapshotMockRecorder) BuildDAG

func (mr *MockSnapshotMockRecorder) BuildDAG(isSql interface{}) *gomock.Call

BuildDAG indicates an expected call of BuildDAG.

func (*MockSnapshotMockRecorder) GetBlockHeight

func (mr *MockSnapshotMockRecorder) GetBlockHeight() *gomock.Call

GetBlockHeight indicates an expected call of GetBlockHeight.

func (*MockSnapshotMockRecorder) GetBlockProposer

func (mr *MockSnapshotMockRecorder) GetBlockProposer() *gomock.Call

GetBlockProposer indicates an expected call of GetBlockProposer.

func (*MockSnapshotMockRecorder) GetBlockchainStore

func (mr *MockSnapshotMockRecorder) GetBlockchainStore() *gomock.Call

GetBlockchainStore indicates an expected call of GetBlockchainStore.

func (*MockSnapshotMockRecorder) GetKey

func (mr *MockSnapshotMockRecorder) GetKey(txExecSeq, contractName, key interface{}) *gomock.Call

GetKey indicates an expected call of GetKey.

func (*MockSnapshotMockRecorder) GetPreSnapshot

func (mr *MockSnapshotMockRecorder) GetPreSnapshot() *gomock.Call

GetPreSnapshot indicates an expected call of GetPreSnapshot.

func (*MockSnapshotMockRecorder) GetSnapshotSize

func (mr *MockSnapshotMockRecorder) GetSnapshotSize() *gomock.Call

GetSnapshotSize indicates an expected call of GetSnapshotSize.

func (*MockSnapshotMockRecorder) GetTxRWSetTable

func (mr *MockSnapshotMockRecorder) GetTxRWSetTable() *gomock.Call

GetTxRWSetTable indicates an expected call of GetTxRWSetTable.

func (*MockSnapshotMockRecorder) GetTxResultMap

func (mr *MockSnapshotMockRecorder) GetTxResultMap() *gomock.Call

GetTxResultMap indicates an expected call of GetTxResultMap.

func (*MockSnapshotMockRecorder) GetTxTable

func (mr *MockSnapshotMockRecorder) GetTxTable() *gomock.Call

GetTxTable indicates an expected call of GetTxTable.

func (*MockSnapshotMockRecorder) IsSealed

func (mr *MockSnapshotMockRecorder) IsSealed() *gomock.Call

IsSealed indicates an expected call of IsSealed.

func (*MockSnapshotMockRecorder) Seal

func (mr *MockSnapshotMockRecorder) Seal() *gomock.Call

Seal indicates an expected call of Seal.

func (*MockSnapshotMockRecorder) SetPreSnapshot

func (mr *MockSnapshotMockRecorder) SetPreSnapshot(arg0 interface{}) *gomock.Call

SetPreSnapshot indicates an expected call of SetPreSnapshot.

type MockSqlDBHandle

type MockSqlDBHandle struct {
	// contains filtered or unexported fields
}

MockSqlDBHandle is a mock of SqlDBHandle interface.

func NewMockSqlDBHandle

func NewMockSqlDBHandle(ctrl *gomock.Controller) *MockSqlDBHandle

NewMockSqlDBHandle creates a new mock instance.

func (*MockSqlDBHandle) BeginDbTransaction

func (m *MockSqlDBHandle) BeginDbTransaction(txName string) (protocol.SqlDBTransaction, error)

BeginDbTransaction mocks base method.

func (*MockSqlDBHandle) Close

func (m *MockSqlDBHandle) Close() error

Close mocks base method.

func (*MockSqlDBHandle) CommitDbTransaction

func (m *MockSqlDBHandle) CommitDbTransaction(txName string) error

CommitDbTransaction mocks base method.

func (*MockSqlDBHandle) CompactRange

func (m *MockSqlDBHandle) CompactRange(start, limit []byte) error

CompactRange mocks base method.

func (*MockSqlDBHandle) CreateDatabaseIfNotExist

func (m *MockSqlDBHandle) CreateDatabaseIfNotExist(dbName string) (bool, error)

CreateDatabaseIfNotExist mocks base method.

func (*MockSqlDBHandle) CreateTableIfNotExist

func (m *MockSqlDBHandle) CreateTableIfNotExist(obj interface{}) error

CreateTableIfNotExist mocks base method.

func (*MockSqlDBHandle) Delete

func (m *MockSqlDBHandle) Delete(key []byte) error

Delete mocks base method.

func (*MockSqlDBHandle) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSqlDBHandle) ExecSql

func (m *MockSqlDBHandle) ExecSql(sql string, values ...interface{}) (int64, error)

ExecSql mocks base method.

func (*MockSqlDBHandle) Get

func (m *MockSqlDBHandle) Get(key []byte) ([]byte, error)

Get mocks base method.

func (*MockSqlDBHandle) GetDbTransaction

func (m *MockSqlDBHandle) GetDbTransaction(txName string) (protocol.SqlDBTransaction, error)

GetDbTransaction mocks base method.

func (*MockSqlDBHandle) Has

func (m *MockSqlDBHandle) Has(key []byte) (bool, error)

Has mocks base method.

func (*MockSqlDBHandle) NewIteratorWithPrefix

func (m *MockSqlDBHandle) NewIteratorWithPrefix(prefix []byte) protocol.Iterator

NewIteratorWithPrefix mocks base method.

func (*MockSqlDBHandle) NewIteratorWithRange

func (m *MockSqlDBHandle) NewIteratorWithRange(start, limit []byte) protocol.Iterator

NewIteratorWithRange mocks base method.

func (*MockSqlDBHandle) Put

func (m *MockSqlDBHandle) Put(key, value []byte) error

Put mocks base method.

func (*MockSqlDBHandle) QueryMulti

func (m *MockSqlDBHandle) QueryMulti(sql string, values ...interface{}) (protocol.SqlRows, error)

QueryMulti mocks base method.

func (*MockSqlDBHandle) QuerySingle

func (m *MockSqlDBHandle) QuerySingle(sql string, values ...interface{}) (protocol.SqlRow, error)

QuerySingle mocks base method.

func (*MockSqlDBHandle) RollbackDbTransaction

func (m *MockSqlDBHandle) RollbackDbTransaction(txName string) error

RollbackDbTransaction mocks base method.

func (*MockSqlDBHandle) Save

func (m *MockSqlDBHandle) Save(value interface{}) (int64, error)

Save mocks base method.

func (*MockSqlDBHandle) WriteBatch

func (m *MockSqlDBHandle) WriteBatch(batch protocol.StoreBatcher, sync bool) error

WriteBatch mocks base method.

type MockSqlDBHandleMockRecorder

type MockSqlDBHandleMockRecorder struct {
	// contains filtered or unexported fields
}

MockSqlDBHandleMockRecorder is the mock recorder for MockSqlDBHandle.

func (*MockSqlDBHandleMockRecorder) BeginDbTransaction

func (mr *MockSqlDBHandleMockRecorder) BeginDbTransaction(txName interface{}) *gomock.Call

BeginDbTransaction indicates an expected call of BeginDbTransaction.

func (*MockSqlDBHandleMockRecorder) Close

Close indicates an expected call of Close.

func (*MockSqlDBHandleMockRecorder) CommitDbTransaction

func (mr *MockSqlDBHandleMockRecorder) CommitDbTransaction(txName interface{}) *gomock.Call

CommitDbTransaction indicates an expected call of CommitDbTransaction.

func (*MockSqlDBHandleMockRecorder) CompactRange

func (mr *MockSqlDBHandleMockRecorder) CompactRange(start, limit interface{}) *gomock.Call

CompactRange indicates an expected call of CompactRange.

func (*MockSqlDBHandleMockRecorder) CreateDatabaseIfNotExist

func (mr *MockSqlDBHandleMockRecorder) CreateDatabaseIfNotExist(dbName interface{}) *gomock.Call

CreateDatabaseIfNotExist indicates an expected call of CreateDatabaseIfNotExist.

func (*MockSqlDBHandleMockRecorder) CreateTableIfNotExist

func (mr *MockSqlDBHandleMockRecorder) CreateTableIfNotExist(obj interface{}) *gomock.Call

CreateTableIfNotExist indicates an expected call of CreateTableIfNotExist.

func (*MockSqlDBHandleMockRecorder) Delete

func (mr *MockSqlDBHandleMockRecorder) Delete(key interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockSqlDBHandleMockRecorder) ExecSql

func (mr *MockSqlDBHandleMockRecorder) ExecSql(sql interface{}, values ...interface{}) *gomock.Call

ExecSql indicates an expected call of ExecSql.

func (*MockSqlDBHandleMockRecorder) Get

func (mr *MockSqlDBHandleMockRecorder) Get(key interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockSqlDBHandleMockRecorder) GetDbTransaction

func (mr *MockSqlDBHandleMockRecorder) GetDbTransaction(txName interface{}) *gomock.Call

GetDbTransaction indicates an expected call of GetDbTransaction.

func (*MockSqlDBHandleMockRecorder) Has

func (mr *MockSqlDBHandleMockRecorder) Has(key interface{}) *gomock.Call

Has indicates an expected call of Has.

func (*MockSqlDBHandleMockRecorder) NewIteratorWithPrefix

func (mr *MockSqlDBHandleMockRecorder) NewIteratorWithPrefix(prefix interface{}) *gomock.Call

NewIteratorWithPrefix indicates an expected call of NewIteratorWithPrefix.

func (*MockSqlDBHandleMockRecorder) NewIteratorWithRange

func (mr *MockSqlDBHandleMockRecorder) NewIteratorWithRange(start, limit interface{}) *gomock.Call

NewIteratorWithRange indicates an expected call of NewIteratorWithRange.

func (*MockSqlDBHandleMockRecorder) Put

func (mr *MockSqlDBHandleMockRecorder) Put(key, value interface{}) *gomock.Call

Put indicates an expected call of Put.

func (*MockSqlDBHandleMockRecorder) QueryMulti

func (mr *MockSqlDBHandleMockRecorder) QueryMulti(sql interface{}, values ...interface{}) *gomock.Call

QueryMulti indicates an expected call of QueryMulti.

func (*MockSqlDBHandleMockRecorder) QuerySingle

func (mr *MockSqlDBHandleMockRecorder) QuerySingle(sql interface{}, values ...interface{}) *gomock.Call

QuerySingle indicates an expected call of QuerySingle.

func (*MockSqlDBHandleMockRecorder) RollbackDbTransaction

func (mr *MockSqlDBHandleMockRecorder) RollbackDbTransaction(txName interface{}) *gomock.Call

RollbackDbTransaction indicates an expected call of RollbackDbTransaction.

func (*MockSqlDBHandleMockRecorder) Save

func (mr *MockSqlDBHandleMockRecorder) Save(value interface{}) *gomock.Call

Save indicates an expected call of Save.

func (*MockSqlDBHandleMockRecorder) WriteBatch

func (mr *MockSqlDBHandleMockRecorder) WriteBatch(batch, sync interface{}) *gomock.Call

WriteBatch indicates an expected call of WriteBatch.

type MockSqlDBTransaction

type MockSqlDBTransaction struct {
	// contains filtered or unexported fields
}

MockSqlDBTransaction is a mock of SqlDBTransaction interface.

func NewMockSqlDBTransaction

func NewMockSqlDBTransaction(ctrl *gomock.Controller) *MockSqlDBTransaction

NewMockSqlDBTransaction creates a new mock instance.

func (*MockSqlDBTransaction) BeginDbSavePoint

func (m *MockSqlDBTransaction) BeginDbSavePoint(savePointName string) error

BeginDbSavePoint mocks base method.

func (*MockSqlDBTransaction) ChangeContextDb

func (m *MockSqlDBTransaction) ChangeContextDb(dbName string) error

ChangeContextDb mocks base method.

func (*MockSqlDBTransaction) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSqlDBTransaction) ExecSql

func (m *MockSqlDBTransaction) ExecSql(sql string, values ...interface{}) (int64, error)

ExecSql mocks base method.

func (*MockSqlDBTransaction) QueryMulti

func (m *MockSqlDBTransaction) QueryMulti(sql string, values ...interface{}) (protocol.SqlRows, error)

QueryMulti mocks base method.

func (*MockSqlDBTransaction) QuerySingle

func (m *MockSqlDBTransaction) QuerySingle(sql string, values ...interface{}) (protocol.SqlRow, error)

QuerySingle mocks base method.

func (*MockSqlDBTransaction) RollbackDbSavePoint

func (m *MockSqlDBTransaction) RollbackDbSavePoint(savePointName string) error

RollbackDbSavePoint mocks base method.

func (*MockSqlDBTransaction) Save

func (m *MockSqlDBTransaction) Save(value interface{}) (int64, error)

Save mocks base method.

type MockSqlDBTransactionMockRecorder

type MockSqlDBTransactionMockRecorder struct {
	// contains filtered or unexported fields
}

MockSqlDBTransactionMockRecorder is the mock recorder for MockSqlDBTransaction.

func (*MockSqlDBTransactionMockRecorder) BeginDbSavePoint

func (mr *MockSqlDBTransactionMockRecorder) BeginDbSavePoint(savePointName interface{}) *gomock.Call

BeginDbSavePoint indicates an expected call of BeginDbSavePoint.

func (*MockSqlDBTransactionMockRecorder) ChangeContextDb

func (mr *MockSqlDBTransactionMockRecorder) ChangeContextDb(dbName interface{}) *gomock.Call

ChangeContextDb indicates an expected call of ChangeContextDb.

func (*MockSqlDBTransactionMockRecorder) ExecSql

func (mr *MockSqlDBTransactionMockRecorder) ExecSql(sql interface{}, values ...interface{}) *gomock.Call

ExecSql indicates an expected call of ExecSql.

func (*MockSqlDBTransactionMockRecorder) QueryMulti

func (mr *MockSqlDBTransactionMockRecorder) QueryMulti(sql interface{}, values ...interface{}) *gomock.Call

QueryMulti indicates an expected call of QueryMulti.

func (*MockSqlDBTransactionMockRecorder) QuerySingle

func (mr *MockSqlDBTransactionMockRecorder) QuerySingle(sql interface{}, values ...interface{}) *gomock.Call

QuerySingle indicates an expected call of QuerySingle.

func (*MockSqlDBTransactionMockRecorder) RollbackDbSavePoint

func (mr *MockSqlDBTransactionMockRecorder) RollbackDbSavePoint(savePointName interface{}) *gomock.Call

RollbackDbSavePoint indicates an expected call of RollbackDbSavePoint.

func (*MockSqlDBTransactionMockRecorder) Save

func (mr *MockSqlDBTransactionMockRecorder) Save(value interface{}) *gomock.Call

Save indicates an expected call of Save.

type MockSqlRow

type MockSqlRow struct {
	// contains filtered or unexported fields
}

MockSqlRow is a mock of SqlRow interface.

func NewMockSqlRow

func NewMockSqlRow(ctrl *gomock.Controller) *MockSqlRow

NewMockSqlRow creates a new mock instance.

func (*MockSqlRow) Data

func (m *MockSqlRow) Data() (map[string][]byte, error)

Data mocks base method.

func (*MockSqlRow) EXPECT

func (m *MockSqlRow) EXPECT() *MockSqlRowMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSqlRow) IsEmpty

func (m *MockSqlRow) IsEmpty() bool

IsEmpty mocks base method.

func (*MockSqlRow) ScanColumns

func (m *MockSqlRow) ScanColumns(dest ...interface{}) error

ScanColumns mocks base method.

type MockSqlRowMockRecorder

type MockSqlRowMockRecorder struct {
	// contains filtered or unexported fields
}

MockSqlRowMockRecorder is the mock recorder for MockSqlRow.

func (*MockSqlRowMockRecorder) Data

func (mr *MockSqlRowMockRecorder) Data() *gomock.Call

Data indicates an expected call of Data.

func (*MockSqlRowMockRecorder) IsEmpty

func (mr *MockSqlRowMockRecorder) IsEmpty() *gomock.Call

IsEmpty indicates an expected call of IsEmpty.

func (*MockSqlRowMockRecorder) ScanColumns

func (mr *MockSqlRowMockRecorder) ScanColumns(dest ...interface{}) *gomock.Call

ScanColumns indicates an expected call of ScanColumns.

type MockSqlRows

type MockSqlRows struct {
	// contains filtered or unexported fields
}

MockSqlRows is a mock of SqlRows interface.

func NewMockSqlRows

func NewMockSqlRows(ctrl *gomock.Controller) *MockSqlRows

NewMockSqlRows creates a new mock instance.

func (*MockSqlRows) Close

func (m *MockSqlRows) Close() error

Close mocks base method.

func (*MockSqlRows) Data

func (m *MockSqlRows) Data() (map[string][]byte, error)

Data mocks base method.

func (*MockSqlRows) EXPECT

func (m *MockSqlRows) EXPECT() *MockSqlRowsMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSqlRows) Next

func (m *MockSqlRows) Next() bool

Next mocks base method.

func (*MockSqlRows) ScanColumns

func (m *MockSqlRows) ScanColumns(dest ...interface{}) error

ScanColumns mocks base method.

type MockSqlRowsMockRecorder

type MockSqlRowsMockRecorder struct {
	// contains filtered or unexported fields
}

MockSqlRowsMockRecorder is the mock recorder for MockSqlRows.

func (*MockSqlRowsMockRecorder) Close

func (mr *MockSqlRowsMockRecorder) Close() *gomock.Call

Close indicates an expected call of Close.

func (*MockSqlRowsMockRecorder) Data

func (mr *MockSqlRowsMockRecorder) Data() *gomock.Call

Data indicates an expected call of Data.

func (*MockSqlRowsMockRecorder) Next

func (mr *MockSqlRowsMockRecorder) Next() *gomock.Call

Next indicates an expected call of Next.

func (*MockSqlRowsMockRecorder) ScanColumns

func (mr *MockSqlRowsMockRecorder) ScanColumns(dest ...interface{}) *gomock.Call

ScanColumns indicates an expected call of ScanColumns.

type MockSqlVerifier

type MockSqlVerifier struct {
	// contains filtered or unexported fields
}

MockSqlVerifier is a mock of SqlVerifier interface.

func NewMockSqlVerifier

func NewMockSqlVerifier(ctrl *gomock.Controller) *MockSqlVerifier

NewMockSqlVerifier creates a new mock instance.

func (*MockSqlVerifier) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSqlVerifier) VerifyDDLSql

func (m *MockSqlVerifier) VerifyDDLSql(sql string) error

VerifyDDLSql mocks base method.

func (*MockSqlVerifier) VerifyDMLSql

func (m *MockSqlVerifier) VerifyDMLSql(sql string) error

VerifyDMLSql mocks base method.

func (*MockSqlVerifier) VerifyDQLSql

func (m *MockSqlVerifier) VerifyDQLSql(sql string) error

VerifyDQLSql mocks base method.

type MockSqlVerifierMockRecorder

type MockSqlVerifierMockRecorder struct {
	// contains filtered or unexported fields
}

MockSqlVerifierMockRecorder is the mock recorder for MockSqlVerifier.

func (*MockSqlVerifierMockRecorder) VerifyDDLSql

func (mr *MockSqlVerifierMockRecorder) VerifyDDLSql(sql interface{}) *gomock.Call

VerifyDDLSql indicates an expected call of VerifyDDLSql.

func (*MockSqlVerifierMockRecorder) VerifyDMLSql

func (mr *MockSqlVerifierMockRecorder) VerifyDMLSql(sql interface{}) *gomock.Call

VerifyDMLSql indicates an expected call of VerifyDMLSql.

func (*MockSqlVerifierMockRecorder) VerifyDQLSql

func (mr *MockSqlVerifierMockRecorder) VerifyDQLSql(sql interface{}) *gomock.Call

VerifyDQLSql indicates an expected call of VerifyDQLSql.

type MockStateIterator

type MockStateIterator struct {
	// contains filtered or unexported fields
}

MockStateIterator is a mock of StateIterator interface.

func NewMockStateIterator

func NewMockStateIterator(ctrl *gomock.Controller) *MockStateIterator

NewMockStateIterator creates a new mock instance.

func (*MockStateIterator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockStateIterator) Next

func (m *MockStateIterator) Next() bool

Next mocks base method.

func (*MockStateIterator) Release

func (m *MockStateIterator) Release()

Release mocks base method.

func (*MockStateIterator) Value

func (m *MockStateIterator) Value() (*store.KV, error)

Value mocks base method.

type MockStateIteratorMockRecorder

type MockStateIteratorMockRecorder struct {
	// contains filtered or unexported fields
}

MockStateIteratorMockRecorder is the mock recorder for MockStateIterator.

func (*MockStateIteratorMockRecorder) Next

Next indicates an expected call of Next.

func (*MockStateIteratorMockRecorder) Release

func (mr *MockStateIteratorMockRecorder) Release() *gomock.Call

Release indicates an expected call of Release.

func (*MockStateIteratorMockRecorder) Value

Value indicates an expected call of Value.

type MockStateSqlOperation

type MockStateSqlOperation struct {
	// contains filtered or unexported fields
}

MockStateSqlOperation is a mock of StateSqlOperation interface.

func NewMockStateSqlOperation

func NewMockStateSqlOperation(ctrl *gomock.Controller) *MockStateSqlOperation

NewMockStateSqlOperation creates a new mock instance.

func (*MockStateSqlOperation) BeginDbTransaction

func (m *MockStateSqlOperation) BeginDbTransaction(txName string) (protocol.SqlDBTransaction, error)

BeginDbTransaction mocks base method.

func (*MockStateSqlOperation) CommitDbTransaction

func (m *MockStateSqlOperation) CommitDbTransaction(txName string) error

CommitDbTransaction mocks base method.

func (*MockStateSqlOperation) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockStateSqlOperation) ExecDdlSql

func (m *MockStateSqlOperation) ExecDdlSql(contractName, sql, version string) error

ExecDdlSql mocks base method.

func (*MockStateSqlOperation) GetDbTransaction

func (m *MockStateSqlOperation) GetDbTransaction(txName string) (protocol.SqlDBTransaction, error)

GetDbTransaction mocks base method.

func (*MockStateSqlOperation) QueryMulti

func (m *MockStateSqlOperation) QueryMulti(contractName, sql string, values ...interface{}) (protocol.SqlRows, error)

QueryMulti mocks base method.

func (*MockStateSqlOperation) QuerySingle

func (m *MockStateSqlOperation) QuerySingle(contractName, sql string, values ...interface{}) (protocol.SqlRow, error)

QuerySingle mocks base method.

func (*MockStateSqlOperation) RollbackDbTransaction

func (m *MockStateSqlOperation) RollbackDbTransaction(txName string) error

RollbackDbTransaction mocks base method.

type MockStateSqlOperationMockRecorder

type MockStateSqlOperationMockRecorder struct {
	// contains filtered or unexported fields
}

MockStateSqlOperationMockRecorder is the mock recorder for MockStateSqlOperation.

func (*MockStateSqlOperationMockRecorder) BeginDbTransaction

func (mr *MockStateSqlOperationMockRecorder) BeginDbTransaction(txName interface{}) *gomock.Call

BeginDbTransaction indicates an expected call of BeginDbTransaction.

func (*MockStateSqlOperationMockRecorder) CommitDbTransaction

func (mr *MockStateSqlOperationMockRecorder) CommitDbTransaction(txName interface{}) *gomock.Call

CommitDbTransaction indicates an expected call of CommitDbTransaction.

func (*MockStateSqlOperationMockRecorder) ExecDdlSql

func (mr *MockStateSqlOperationMockRecorder) ExecDdlSql(contractName, sql, version interface{}) *gomock.Call

ExecDdlSql indicates an expected call of ExecDdlSql.

func (*MockStateSqlOperationMockRecorder) GetDbTransaction

func (mr *MockStateSqlOperationMockRecorder) GetDbTransaction(txName interface{}) *gomock.Call

GetDbTransaction indicates an expected call of GetDbTransaction.

func (*MockStateSqlOperationMockRecorder) QueryMulti

func (mr *MockStateSqlOperationMockRecorder) QueryMulti(contractName, sql interface{}, values ...interface{}) *gomock.Call

QueryMulti indicates an expected call of QueryMulti.

func (*MockStateSqlOperationMockRecorder) QuerySingle

func (mr *MockStateSqlOperationMockRecorder) QuerySingle(contractName, sql interface{}, values ...interface{}) *gomock.Call

QuerySingle indicates an expected call of QuerySingle.

func (*MockStateSqlOperationMockRecorder) RollbackDbTransaction

func (mr *MockStateSqlOperationMockRecorder) RollbackDbTransaction(txName interface{}) *gomock.Call

RollbackDbTransaction indicates an expected call of RollbackDbTransaction.

type MockStoreBatcher

type MockStoreBatcher struct {
	// contains filtered or unexported fields
}

MockStoreBatcher is a mock of StoreBatcher interface.

func NewMockStoreBatcher

func NewMockStoreBatcher(ctrl *gomock.Controller) *MockStoreBatcher

NewMockStoreBatcher creates a new mock instance.

func (*MockStoreBatcher) Delete

func (m *MockStoreBatcher) Delete(key []byte)

Delete mocks base method.

func (*MockStoreBatcher) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockStoreBatcher) KVs

func (m *MockStoreBatcher) KVs() map[string][]byte

KVs mocks base method.

func (*MockStoreBatcher) Len

func (m *MockStoreBatcher) Len() int

Len mocks base method.

func (*MockStoreBatcher) Merge

func (m *MockStoreBatcher) Merge(batcher protocol.StoreBatcher)

Merge mocks base method.

func (*MockStoreBatcher) Put

func (m *MockStoreBatcher) Put(key, value []byte)

Put mocks base method.

type MockStoreBatcherMockRecorder

type MockStoreBatcherMockRecorder struct {
	// contains filtered or unexported fields
}

MockStoreBatcherMockRecorder is the mock recorder for MockStoreBatcher.

func (*MockStoreBatcherMockRecorder) Delete

func (mr *MockStoreBatcherMockRecorder) Delete(key interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockStoreBatcherMockRecorder) KVs

KVs indicates an expected call of KVs.

func (*MockStoreBatcherMockRecorder) Len

Len indicates an expected call of Len.

func (*MockStoreBatcherMockRecorder) Merge

func (mr *MockStoreBatcherMockRecorder) Merge(batcher interface{}) *gomock.Call

Merge indicates an expected call of Merge.

func (*MockStoreBatcherMockRecorder) Put

func (mr *MockStoreBatcherMockRecorder) Put(key, value interface{}) *gomock.Call

Put indicates an expected call of Put.

type MockSyncService

type MockSyncService struct {
	// contains filtered or unexported fields
}

MockSyncService is a mock of SyncService interface.

func NewMockSyncService

func NewMockSyncService(ctrl *gomock.Controller) *MockSyncService

NewMockSyncService creates a new mock instance.

func (*MockSyncService) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSyncService) Start

func (m *MockSyncService) Start() error

Start mocks base method.

func (*MockSyncService) Stop

func (m *MockSyncService) Stop()

Stop mocks base method.

type MockSyncServiceMockRecorder

type MockSyncServiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockSyncServiceMockRecorder is the mock recorder for MockSyncService.

func (*MockSyncServiceMockRecorder) Start

Start indicates an expected call of Start.

func (*MockSyncServiceMockRecorder) Stop

Stop indicates an expected call of Stop.

type MockSysContractQuery

type MockSysContractQuery struct {
	// contains filtered or unexported fields
}

MockSysContractQuery is a mock of SysContractQuery interface.

func NewMockSysContractQuery

func NewMockSysContractQuery(ctrl *gomock.Controller) *MockSysContractQuery

NewMockSysContractQuery creates a new mock instance.

func (*MockSysContractQuery) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSysContractQuery) GetContractByName

func (m *MockSysContractQuery) GetContractByName(name string) (*common.Contract, error)

GetContractByName mocks base method.

func (*MockSysContractQuery) GetContractBytecode

func (m *MockSysContractQuery) GetContractBytecode(name string) ([]byte, error)

GetContractBytecode mocks base method.

type MockSysContractQueryMockRecorder

type MockSysContractQueryMockRecorder struct {
	// contains filtered or unexported fields
}

MockSysContractQueryMockRecorder is the mock recorder for MockSysContractQuery.

func (*MockSysContractQueryMockRecorder) GetContractByName

func (mr *MockSysContractQueryMockRecorder) GetContractByName(name interface{}) *gomock.Call

GetContractByName indicates an expected call of GetContractByName.

func (*MockSysContractQueryMockRecorder) GetContractBytecode

func (mr *MockSysContractQueryMockRecorder) GetContractBytecode(name interface{}) *gomock.Call

GetContractBytecode indicates an expected call of GetContractBytecode.

type MockTxHistoryIterator

type MockTxHistoryIterator struct {
	// contains filtered or unexported fields
}

MockTxHistoryIterator is a mock of TxHistoryIterator interface.

func NewMockTxHistoryIterator

func NewMockTxHistoryIterator(ctrl *gomock.Controller) *MockTxHistoryIterator

NewMockTxHistoryIterator creates a new mock instance.

func (*MockTxHistoryIterator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockTxHistoryIterator) Next

func (m *MockTxHistoryIterator) Next() bool

Next mocks base method.

func (*MockTxHistoryIterator) Release

func (m *MockTxHistoryIterator) Release()

Release mocks base method.

func (*MockTxHistoryIterator) Value

func (m *MockTxHistoryIterator) Value() (*store.TxHistory, error)

Value mocks base method.

type MockTxHistoryIteratorMockRecorder

type MockTxHistoryIteratorMockRecorder struct {
	// contains filtered or unexported fields
}

MockTxHistoryIteratorMockRecorder is the mock recorder for MockTxHistoryIterator.

func (*MockTxHistoryIteratorMockRecorder) Next

Next indicates an expected call of Next.

func (*MockTxHistoryIteratorMockRecorder) Release

Release indicates an expected call of Release.

func (*MockTxHistoryIteratorMockRecorder) Value

Value indicates an expected call of Value.

type MockTxPool

type MockTxPool struct {
	// contains filtered or unexported fields
}

MockTxPool is a mock of TxPool interface.

func NewMockTxPool

func NewMockTxPool(ctrl *gomock.Controller) *MockTxPool

NewMockTxPool creates a new mock instance.

func (*MockTxPool) AddTx

func (m *MockTxPool) AddTx(tx *common.Transaction, source protocol.TxSource) error

AddTx mocks base method.

func (*MockTxPool) AddTxsToPendingCache

func (m *MockTxPool) AddTxsToPendingCache(txs []*common.Transaction, blockHeight uint64)

AddTxsToPendingCache mocks base method.

func (*MockTxPool) EXPECT

func (m *MockTxPool) EXPECT() *MockTxPoolMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockTxPool) FetchTxBatch

func (m *MockTxPool) FetchTxBatch(blockHeight uint64) []*common.Transaction

FetchTxBatch mocks base method.

func (*MockTxPool) GetTxByTxId

func (m *MockTxPool) GetTxByTxId(txId string) (*common.Transaction, uint64)

GetTxByTxId mocks base method.

func (*MockTxPool) GetTxsByTxIds

func (m *MockTxPool) GetTxsByTxIds(txIds []string) (map[string]*common.Transaction, map[string]uint64)

GetTxsByTxIds mocks base method.

func (*MockTxPool) RetryAndRemoveTxs

func (m *MockTxPool) RetryAndRemoveTxs(retryTxs, removeTxs []*common.Transaction)

RetryAndRemoveTxs mocks base method.

func (*MockTxPool) Start

func (m *MockTxPool) Start() error

Start mocks base method.

func (*MockTxPool) Stop

func (m *MockTxPool) Stop() error

Stop mocks base method.

func (*MockTxPool) TxExists

func (m *MockTxPool) TxExists(tx *common.Transaction) bool

TxExists mocks base method.

type MockTxPoolMockRecorder

type MockTxPoolMockRecorder struct {
	// contains filtered or unexported fields
}

MockTxPoolMockRecorder is the mock recorder for MockTxPool.

func (*MockTxPoolMockRecorder) AddTx

func (mr *MockTxPoolMockRecorder) AddTx(tx, source interface{}) *gomock.Call

AddTx indicates an expected call of AddTx.

func (*MockTxPoolMockRecorder) AddTxsToPendingCache

func (mr *MockTxPoolMockRecorder) AddTxsToPendingCache(txs, blockHeight interface{}) *gomock.Call

AddTxsToPendingCache indicates an expected call of AddTxsToPendingCache.

func (*MockTxPoolMockRecorder) FetchTxBatch

func (mr *MockTxPoolMockRecorder) FetchTxBatch(blockHeight interface{}) *gomock.Call

FetchTxBatch indicates an expected call of FetchTxBatch.

func (*MockTxPoolMockRecorder) GetTxByTxId

func (mr *MockTxPoolMockRecorder) GetTxByTxId(txId interface{}) *gomock.Call

GetTxByTxId indicates an expected call of GetTxByTxId.

func (*MockTxPoolMockRecorder) GetTxsByTxIds

func (mr *MockTxPoolMockRecorder) GetTxsByTxIds(txIds interface{}) *gomock.Call

GetTxsByTxIds indicates an expected call of GetTxsByTxIds.

func (*MockTxPoolMockRecorder) RetryAndRemoveTxs

func (mr *MockTxPoolMockRecorder) RetryAndRemoveTxs(retryTxs, removeTxs interface{}) *gomock.Call

RetryAndRemoveTxs indicates an expected call of RetryAndRemoveTxs.

func (*MockTxPoolMockRecorder) Start

func (mr *MockTxPoolMockRecorder) Start() *gomock.Call

Start indicates an expected call of Start.

func (*MockTxPoolMockRecorder) Stop

func (mr *MockTxPoolMockRecorder) Stop() *gomock.Call

Stop indicates an expected call of Stop.

func (*MockTxPoolMockRecorder) TxExists

func (mr *MockTxPoolMockRecorder) TxExists(tx interface{}) *gomock.Call

TxExists indicates an expected call of TxExists.

type MockTxScheduler

type MockTxScheduler struct {
	// contains filtered or unexported fields
}

MockTxScheduler is a mock of TxScheduler interface.

func NewMockTxScheduler

func NewMockTxScheduler(ctrl *gomock.Controller) *MockTxScheduler

NewMockTxScheduler creates a new mock instance.

func (*MockTxScheduler) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockTxScheduler) Halt

func (m *MockTxScheduler) Halt()

Halt mocks base method.

func (*MockTxScheduler) Schedule

func (m *MockTxScheduler) Schedule(block *common.Block, txBatch []*common.Transaction, snapshot protocol.Snapshot) (map[string]*common.TxRWSet, map[string][]*common.ContractEvent, error)

Schedule mocks base method.

func (*MockTxScheduler) SimulateWithDag

func (m *MockTxScheduler) SimulateWithDag(block *common.Block, snapshot protocol.Snapshot) (map[string]*common.TxRWSet, map[string]*common.Result, error)

SimulateWithDag mocks base method.

type MockTxSchedulerMockRecorder

type MockTxSchedulerMockRecorder struct {
	// contains filtered or unexported fields
}

MockTxSchedulerMockRecorder is the mock recorder for MockTxScheduler.

func (*MockTxSchedulerMockRecorder) Halt

Halt indicates an expected call of Halt.

func (*MockTxSchedulerMockRecorder) Schedule

func (mr *MockTxSchedulerMockRecorder) Schedule(block, txBatch, snapshot interface{}) *gomock.Call

Schedule indicates an expected call of Schedule.

func (*MockTxSchedulerMockRecorder) SimulateWithDag

func (mr *MockTxSchedulerMockRecorder) SimulateWithDag(block, snapshot interface{}) *gomock.Call

SimulateWithDag indicates an expected call of SimulateWithDag.

type MockTxSimContext

type MockTxSimContext struct {
	// contains filtered or unexported fields
}

MockTxSimContext is a mock of TxSimContext interface.

func NewMockTxSimContext

func NewMockTxSimContext(ctrl *gomock.Controller) *MockTxSimContext

NewMockTxSimContext creates a new mock instance.

func (*MockTxSimContext) CallContract

func (m *MockTxSimContext) CallContract(contract *common.Contract, method string, byteCode []byte, parameter map[string][]byte, gasUsed uint64, refTxType common.TxType) (*common.ContractResult, common.TxStatusCode)

CallContract mocks base method.

func (*MockTxSimContext) Del

func (m *MockTxSimContext) Del(name string, key []byte) error

Del mocks base method.

func (*MockTxSimContext) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockTxSimContext) Get

func (m *MockTxSimContext) Get(name string, key []byte) ([]byte, error)

Get mocks base method.

func (*MockTxSimContext) GetAccessControl

func (m *MockTxSimContext) GetAccessControl() (protocol.AccessControlProvider, error)

GetAccessControl mocks base method.

func (*MockTxSimContext) GetBlockHeight

func (m *MockTxSimContext) GetBlockHeight() uint64

GetBlockHeight mocks base method.

func (*MockTxSimContext) GetBlockProposer

func (m *MockTxSimContext) GetBlockProposer() *accesscontrol.Member

GetBlockProposer mocks base method.

func (*MockTxSimContext) GetBlockVersion

func (m *MockTxSimContext) GetBlockVersion() uint32

GetBlockVersion mocks base method.

func (*MockTxSimContext) GetBlockchainStore

func (m *MockTxSimContext) GetBlockchainStore() protocol.BlockchainStore

GetBlockchainStore mocks base method.

func (*MockTxSimContext) GetChainNodesInfoProvider

func (m *MockTxSimContext) GetChainNodesInfoProvider() (protocol.ChainNodesInfoProvider, error)

GetChainNodesInfoProvider mocks base method.

func (*MockTxSimContext) GetContractByName

func (m *MockTxSimContext) GetContractByName(name string) (*common.Contract, error)

GetContractByName mocks base method.

func (*MockTxSimContext) GetContractBytecode

func (m *MockTxSimContext) GetContractBytecode(name string) ([]byte, error)

GetContractBytecode mocks base method.

func (*MockTxSimContext) GetCreator

func (m *MockTxSimContext) GetCreator(namespace string) *accesscontrol.Member

GetCreator mocks base method.

func (*MockTxSimContext) GetCurrentResult

func (m *MockTxSimContext) GetCurrentResult() []byte

GetCurrentResult mocks base method.

func (*MockTxSimContext) GetDepth

func (m *MockTxSimContext) GetDepth() int

GetDepth mocks base method.

func (*MockTxSimContext) GetSender

func (m *MockTxSimContext) GetSender() *accesscontrol.Member

GetSender mocks base method.

func (*MockTxSimContext) GetStateKvHandle

func (m *MockTxSimContext) GetStateKvHandle(arg0 int32) (protocol.StateIterator, bool)

GetStateKvHandle mocks base method.

func (*MockTxSimContext) GetStateSqlHandle

func (m *MockTxSimContext) GetStateSqlHandle(arg0 int32) (protocol.SqlRows, bool)

GetStateSqlHandle mocks base method.

func (*MockTxSimContext) GetTx

func (m *MockTxSimContext) GetTx() *common.Transaction

GetTx mocks base method.

func (*MockTxSimContext) GetTxExecSeq

func (m *MockTxSimContext) GetTxExecSeq() int

GetTxExecSeq mocks base method.

func (*MockTxSimContext) GetTxRWSet

func (m *MockTxSimContext) GetTxRWSet(runVmSuccess bool) *common.TxRWSet

GetTxRWSet mocks base method.

func (*MockTxSimContext) GetTxResult

func (m *MockTxSimContext) GetTxResult() *common.Result

GetTxResult mocks base method.

func (*MockTxSimContext) Put

func (m *MockTxSimContext) Put(name string, key, value []byte) error

Put mocks base method.

func (*MockTxSimContext) PutRecord

func (m *MockTxSimContext) PutRecord(contractName string, value []byte, sqlType protocol.SqlType)

PutRecord mocks base method.

func (*MockTxSimContext) Select

func (m *MockTxSimContext) Select(name string, startKey, limit []byte) (protocol.StateIterator, error)

Select mocks base method.

func (*MockTxSimContext) SetStateKvHandle

func (m *MockTxSimContext) SetStateKvHandle(arg0 int32, arg1 protocol.StateIterator)

SetStateKvHandle mocks base method.

func (*MockTxSimContext) SetStateSqlHandle

func (m *MockTxSimContext) SetStateSqlHandle(arg0 int32, arg1 protocol.SqlRows)

SetStateSqlHandle mocks base method.

func (*MockTxSimContext) SetTxExecSeq

func (m *MockTxSimContext) SetTxExecSeq(arg0 int)

SetTxExecSeq mocks base method.

func (*MockTxSimContext) SetTxResult

func (m *MockTxSimContext) SetTxResult(arg0 *common.Result)

SetTxResult mocks base method.

type MockTxSimContextMockRecorder

type MockTxSimContextMockRecorder struct {
	// contains filtered or unexported fields
}

MockTxSimContextMockRecorder is the mock recorder for MockTxSimContext.

func (*MockTxSimContextMockRecorder) CallContract

func (mr *MockTxSimContextMockRecorder) CallContract(contract, method, byteCode, parameter, gasUsed, refTxType interface{}) *gomock.Call

CallContract indicates an expected call of CallContract.

func (*MockTxSimContextMockRecorder) Del

func (mr *MockTxSimContextMockRecorder) Del(name, key interface{}) *gomock.Call

Del indicates an expected call of Del.

func (*MockTxSimContextMockRecorder) Get

func (mr *MockTxSimContextMockRecorder) Get(name, key interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockTxSimContextMockRecorder) GetAccessControl

func (mr *MockTxSimContextMockRecorder) GetAccessControl() *gomock.Call

GetAccessControl indicates an expected call of GetAccessControl.

func (*MockTxSimContextMockRecorder) GetBlockHeight

func (mr *MockTxSimContextMockRecorder) GetBlockHeight() *gomock.Call

GetBlockHeight indicates an expected call of GetBlockHeight.

func (*MockTxSimContextMockRecorder) GetBlockProposer

func (mr *MockTxSimContextMockRecorder) GetBlockProposer() *gomock.Call

GetBlockProposer indicates an expected call of GetBlockProposer.

func (*MockTxSimContextMockRecorder) GetBlockVersion

func (mr *MockTxSimContextMockRecorder) GetBlockVersion() *gomock.Call

GetBlockVersion indicates an expected call of GetBlockVersion.

func (*MockTxSimContextMockRecorder) GetBlockchainStore

func (mr *MockTxSimContextMockRecorder) GetBlockchainStore() *gomock.Call

GetBlockchainStore indicates an expected call of GetBlockchainStore.

func (*MockTxSimContextMockRecorder) GetChainNodesInfoProvider

func (mr *MockTxSimContextMockRecorder) GetChainNodesInfoProvider() *gomock.Call

GetChainNodesInfoProvider indicates an expected call of GetChainNodesInfoProvider.

func (*MockTxSimContextMockRecorder) GetContractByName

func (mr *MockTxSimContextMockRecorder) GetContractByName(name interface{}) *gomock.Call

GetContractByName indicates an expected call of GetContractByName.

func (*MockTxSimContextMockRecorder) GetContractBytecode

func (mr *MockTxSimContextMockRecorder) GetContractBytecode(name interface{}) *gomock.Call

GetContractBytecode indicates an expected call of GetContractBytecode.

func (*MockTxSimContextMockRecorder) GetCreator

func (mr *MockTxSimContextMockRecorder) GetCreator(namespace interface{}) *gomock.Call

GetCreator indicates an expected call of GetCreator.

func (*MockTxSimContextMockRecorder) GetCurrentResult

func (mr *MockTxSimContextMockRecorder) GetCurrentResult() *gomock.Call

GetCurrentResult indicates an expected call of GetCurrentResult.

func (*MockTxSimContextMockRecorder) GetDepth

func (mr *MockTxSimContextMockRecorder) GetDepth() *gomock.Call

GetDepth indicates an expected call of GetDepth.

func (*MockTxSimContextMockRecorder) GetSender

func (mr *MockTxSimContextMockRecorder) GetSender() *gomock.Call

GetSender indicates an expected call of GetSender.

func (*MockTxSimContextMockRecorder) GetStateKvHandle

func (mr *MockTxSimContextMockRecorder) GetStateKvHandle(arg0 interface{}) *gomock.Call

GetStateKvHandle indicates an expected call of GetStateKvHandle.

func (*MockTxSimContextMockRecorder) GetStateSqlHandle

func (mr *MockTxSimContextMockRecorder) GetStateSqlHandle(arg0 interface{}) *gomock.Call

GetStateSqlHandle indicates an expected call of GetStateSqlHandle.

func (*MockTxSimContextMockRecorder) GetTx

GetTx indicates an expected call of GetTx.

func (*MockTxSimContextMockRecorder) GetTxExecSeq

func (mr *MockTxSimContextMockRecorder) GetTxExecSeq() *gomock.Call

GetTxExecSeq indicates an expected call of GetTxExecSeq.

func (*MockTxSimContextMockRecorder) GetTxRWSet

func (mr *MockTxSimContextMockRecorder) GetTxRWSet(runVmSuccess interface{}) *gomock.Call

GetTxRWSet indicates an expected call of GetTxRWSet.

func (*MockTxSimContextMockRecorder) GetTxResult

func (mr *MockTxSimContextMockRecorder) GetTxResult() *gomock.Call

GetTxResult indicates an expected call of GetTxResult.

func (*MockTxSimContextMockRecorder) Put

func (mr *MockTxSimContextMockRecorder) Put(name, key, value interface{}) *gomock.Call

Put indicates an expected call of Put.

func (*MockTxSimContextMockRecorder) PutRecord

func (mr *MockTxSimContextMockRecorder) PutRecord(contractName, value, sqlType interface{}) *gomock.Call

PutRecord indicates an expected call of PutRecord.

func (*MockTxSimContextMockRecorder) Select

func (mr *MockTxSimContextMockRecorder) Select(name, startKey, limit interface{}) *gomock.Call

Select indicates an expected call of Select.

func (*MockTxSimContextMockRecorder) SetStateKvHandle

func (mr *MockTxSimContextMockRecorder) SetStateKvHandle(arg0, arg1 interface{}) *gomock.Call

SetStateKvHandle indicates an expected call of SetStateKvHandle.

func (*MockTxSimContextMockRecorder) SetStateSqlHandle

func (mr *MockTxSimContextMockRecorder) SetStateSqlHandle(arg0, arg1 interface{}) *gomock.Call

SetStateSqlHandle indicates an expected call of SetStateSqlHandle.

func (*MockTxSimContextMockRecorder) SetTxExecSeq

func (mr *MockTxSimContextMockRecorder) SetTxExecSeq(arg0 interface{}) *gomock.Call

SetTxExecSeq indicates an expected call of SetTxExecSeq.

func (*MockTxSimContextMockRecorder) SetTxResult

func (mr *MockTxSimContextMockRecorder) SetTxResult(arg0 interface{}) *gomock.Call

SetTxResult indicates an expected call of SetTxResult.

type MockVerifier

type MockVerifier struct {
	// contains filtered or unexported fields
}

MockVerifier is a mock of Verifier interface.

func NewMockVerifier

func NewMockVerifier(ctrl *gomock.Controller) *MockVerifier

NewMockVerifier creates a new mock instance.

func (*MockVerifier) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockVerifier) Verify

func (m *MockVerifier) Verify(consensusType consensus.ConsensusType, chainConfig *config.ChainConfig) error

Verify mocks base method.

type MockVerifierMockRecorder

type MockVerifierMockRecorder struct {
	// contains filtered or unexported fields
}

MockVerifierMockRecorder is the mock recorder for MockVerifier.

func (*MockVerifierMockRecorder) Verify

func (mr *MockVerifierMockRecorder) Verify(consensusType, chainConfig interface{}) *gomock.Call

Verify indicates an expected call of Verify.

type MockVmManager

type MockVmManager struct {
	// contains filtered or unexported fields
}

MockVmManager is a mock of VmManager interface.

func NewMockVmManager

func NewMockVmManager(ctrl *gomock.Controller) *MockVmManager

NewMockVmManager creates a new mock instance.

func (*MockVmManager) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockVmManager) GetAccessControl

func (m *MockVmManager) GetAccessControl() protocol.AccessControlProvider

GetAccessControl mocks base method.

func (*MockVmManager) GetChainNodesInfoProvider

func (m *MockVmManager) GetChainNodesInfoProvider() protocol.ChainNodesInfoProvider

GetChainNodesInfoProvider mocks base method.

func (*MockVmManager) RunContract

func (m *MockVmManager) RunContract(contract *common.Contract, method string, byteCode []byte, parameters map[string][]byte, txContext protocol.TxSimContext, gasUsed uint64, refTxType common.TxType) (*common.ContractResult, common.TxStatusCode)

RunContract mocks base method.

type MockVmManagerMockRecorder

type MockVmManagerMockRecorder struct {
	// contains filtered or unexported fields
}

MockVmManagerMockRecorder is the mock recorder for MockVmManager.

func (*MockVmManagerMockRecorder) GetAccessControl

func (mr *MockVmManagerMockRecorder) GetAccessControl() *gomock.Call

GetAccessControl indicates an expected call of GetAccessControl.

func (*MockVmManagerMockRecorder) GetChainNodesInfoProvider

func (mr *MockVmManagerMockRecorder) GetChainNodesInfoProvider() *gomock.Call

GetChainNodesInfoProvider indicates an expected call of GetChainNodesInfoProvider.

func (*MockVmManagerMockRecorder) RunContract

func (mr *MockVmManagerMockRecorder) RunContract(contract, method, byteCode, parameters, txContext, gasUsed, refTxType interface{}) *gomock.Call

RunContract indicates an expected call of RunContract.

type MockVmWatcher

type MockVmWatcher struct {
	// contains filtered or unexported fields
}

MockVmWatcher is a mock of VmWatcher interface.

func NewMockVmWatcher

func NewMockVmWatcher(ctrl *gomock.Controller) *MockVmWatcher

NewMockVmWatcher creates a new mock instance.

func (*MockVmWatcher) Callback

func (m *MockVmWatcher) Callback(contractName string, payloadBytes []byte) error

Callback mocks base method.

func (*MockVmWatcher) ContractNames

func (m *MockVmWatcher) ContractNames() []string

ContractNames mocks base method.

func (*MockVmWatcher) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockVmWatcher) Module

func (m *MockVmWatcher) Module() string

Module mocks base method.

type MockVmWatcherMockRecorder

type MockVmWatcherMockRecorder struct {
	// contains filtered or unexported fields
}

MockVmWatcherMockRecorder is the mock recorder for MockVmWatcher.

func (*MockVmWatcherMockRecorder) Callback

func (mr *MockVmWatcherMockRecorder) Callback(contractName, payloadBytes interface{}) *gomock.Call

Callback indicates an expected call of Callback.

func (*MockVmWatcherMockRecorder) ContractNames

func (mr *MockVmWatcherMockRecorder) ContractNames() *gomock.Call

ContractNames indicates an expected call of ContractNames.

func (*MockVmWatcherMockRecorder) Module

func (mr *MockVmWatcherMockRecorder) Module() *gomock.Call

Module indicates an expected call of Module.

type MockWatcher

type MockWatcher struct {
	// contains filtered or unexported fields
}

MockWatcher is a mock of Watcher interface.

func NewMockWatcher

func NewMockWatcher(ctrl *gomock.Controller) *MockWatcher

NewMockWatcher creates a new mock instance.

func (*MockWatcher) EXPECT

func (m *MockWatcher) EXPECT() *MockWatcherMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockWatcher) Module

func (m *MockWatcher) Module() string

Module mocks base method.

func (*MockWatcher) Watch

func (m *MockWatcher) Watch(chainConfig *config.ChainConfig) error

Watch mocks base method.

type MockWatcherMockRecorder

type MockWatcherMockRecorder struct {
	// contains filtered or unexported fields
}

MockWatcherMockRecorder is the mock recorder for MockWatcher.

func (*MockWatcherMockRecorder) Module

func (mr *MockWatcherMockRecorder) Module() *gomock.Call

Module indicates an expected call of Module.

func (*MockWatcherMockRecorder) Watch

func (mr *MockWatcherMockRecorder) Watch(chainConfig interface{}) *gomock.Call

Watch indicates an expected call of Watch.

Jump to

Keyboard shortcuts

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