# Functions

NewMockAccessControlProvider creates a new mock instance.
NewMockBlockchainStore creates a new mock instance.
NewMockBlockCommitter creates a new mock instance.
NewMockBlockProposer creates a new mock instance.
NewMockBlockVerifier creates a new mock instance.
NewMockChainConf creates a new mock instance.
NewMockChainNodesInfoProvider creates a new mock instance.
NewMockConsensusEngine creates a new mock instance.
NewMockConsensusExtendEngine creates a new mock instance.
NewMockConsensusExtendHandler creates a new mock instance.
NewMockConsensusState creates a new mock instance.
NewMockContractWacsiCommon creates a new mock instance.
NewMockContractWacsiKV creates a new mock instance.
NewMockContractWacsiSQL creates a new mock instance.
NewMockCoreEngine creates a new mock instance.
NewMockDBHandle creates a new mock instance.
NewMockDPoS creates a new mock instance.
NewMockGovernment creates a new mock instance.
NewMockIterator creates a new mock instance.
NewMockKeyHistoryIterator creates a new mock instance.
NewMockLedgerCache creates a new mock instance.
NewMockLogger creates a new mock instance.
NewMockMember creates a new mock instance.
NewMockMemberQuery creates a new mock instance.
NewMockNet creates a new mock instance.
NewMockNetService creates a new mock instance.
NewMockPrincipal creates a new mock instance.
NewMockProposalCache creates a new mock instance.
NewMockRuntimeInstance creates a new mock instance.
NewMockSigningMember creates a new mock instance.
NewMockSnapshot creates a new mock instance.
NewMockSnapshotManager creates a new mock instance.
NewMockSqlDBHandle creates a new mock instance.
NewMockSqlDBTransaction creates a new mock instance.
NewMockSqlRow creates a new mock instance.
NewMockSqlRows creates a new mock instance.
NewMockSqlVerifier creates a new mock instance.
NewMockStateIterator creates a new mock instance.
NewMockStateSqlOperation creates a new mock instance.
NewMockStoreBatcher creates a new mock instance.
NewMockStoreHelper creates a new mock instance.
NewMockSyncService creates a new mock instance.
NewMockSysContractQuery creates a new mock instance.
NewMockTxFilter creates a new mock instance.
NewMockTxHistoryIterator creates a new mock instance.
NewMockTxPool creates a new mock instance.
NewMockTxScheduler creates a new mock instance.
NewMockTxSimContext creates a new mock instance.
NewMockVerifier creates a new mock instance.
NewMockVmInstancesManager creates a new mock instance.
NewMockVmManager creates a new mock instance.
NewMockVmWatcher creates a new mock instance.
NewMockWacsi creates a new mock instance.
NewMockWacsiWithGas creates a new mock instance.
NewMockWatcher creates a new mock instance.

# Structs

MockAccessControlProvider is a mock of AccessControlProvider interface.
MockAccessControlProviderMockRecorder is the mock recorder for MockAccessControlProvider.
MockBlockchainStore is a mock of BlockchainStore interface.
MockBlockchainStoreMockRecorder is the mock recorder for MockBlockchainStore.
MockBlockCommitter is a mock of BlockCommitter interface.
MockBlockCommitterMockRecorder is the mock recorder for MockBlockCommitter.
MockBlockProposer is a mock of BlockProposer interface.
MockBlockProposerMockRecorder is the mock recorder for MockBlockProposer.
MockBlockVerifier is a mock of BlockVerifier interface.
MockBlockVerifierMockRecorder is the mock recorder for MockBlockVerifier.
MockChainConf is a mock of ChainConf interface.
MockChainConfMockRecorder is the mock recorder for MockChainConf.
MockChainNodesInfoProvider is a mock of ChainNodesInfoProvider interface.
MockChainNodesInfoProviderMockRecorder is the mock recorder for MockChainNodesInfoProvider.
MockConsensusEngine is a mock of ConsensusEngine interface.
MockConsensusEngineMockRecorder is the mock recorder for MockConsensusEngine.
MockConsensusExtendEngine is a mock of ConsensusExtendEngine interface.
MockConsensusExtendEngineMockRecorder is the mock recorder for MockConsensusExtendEngine.
MockConsensusExtendHandler is a mock of ConsensusExtendHandler interface.
MockConsensusExtendHandlerMockRecorder is the mock recorder for MockConsensusExtendHandler.
MockConsensusState is a mock of ConsensusState interface.
MockConsensusStateMockRecorder is the mock recorder for MockConsensusState.
MockContractWacsiCommon is a mock of ContractWacsiCommon interface.
MockContractWacsiCommonMockRecorder is the mock recorder for MockContractWacsiCommon.
MockContractWacsiKV is a mock of ContractWacsiKV interface.
MockContractWacsiKVMockRecorder is the mock recorder for MockContractWacsiKV.
MockContractWacsiSQL is a mock of ContractWacsiSQL interface.
MockContractWacsiSQLMockRecorder is the mock recorder for MockContractWacsiSQL.
MockCoreEngine is a mock of CoreEngine interface.
MockCoreEngineMockRecorder is the mock recorder for MockCoreEngine.
MockDBHandle is a mock of DBHandle interface.
MockDBHandleMockRecorder is the mock recorder for MockDBHandle.
MockDPoS is a mock of DPoS interface.
MockDPoSMockRecorder is the mock recorder for MockDPoS.
MockGovernment is a mock of Government interface.
MockGovernmentMockRecorder is the mock recorder for MockGovernment.
MockIterator is a mock of Iterator interface.
MockIteratorMockRecorder is the mock recorder for MockIterator.
MockKeyHistoryIterator is a mock of KeyHistoryIterator interface.
MockKeyHistoryIteratorMockRecorder is the mock recorder for MockKeyHistoryIterator.
MockLedgerCache is a mock of LedgerCache interface.
MockLedgerCacheMockRecorder is the mock recorder for MockLedgerCache.
MockLogger is a mock of Logger interface.
MockLoggerMockRecorder is the mock recorder for MockLogger.
MockMember is a mock of Member interface.
MockMemberMockRecorder is the mock recorder for MockMember.
MockMemberQuery is a mock of MemberQuery interface.
MockMemberQueryMockRecorder is the mock recorder for MockMemberQuery.
MockNet is a mock of Net interface.
MockNetMockRecorder is the mock recorder for MockNet.
MockNetService is a mock of NetService interface.
MockNetServiceMockRecorder is the mock recorder for MockNetService.
MockPrincipal is a mock of Principal interface.
MockPrincipalMockRecorder is the mock recorder for MockPrincipal.
MockProposalCache is a mock of ProposalCache interface.
MockProposalCacheMockRecorder is the mock recorder for MockProposalCache.
MockRuntimeInstance is a mock of RuntimeInstance interface.
MockRuntimeInstanceMockRecorder is the mock recorder for MockRuntimeInstance.
MockSigningMember is a mock of SigningMember interface.
MockSigningMemberMockRecorder is the mock recorder for MockSigningMember.
MockSnapshot is a mock of Snapshot interface.
MockSnapshotManager is a mock of SnapshotManager interface.
MockSnapshotManagerMockRecorder is the mock recorder for MockSnapshotManager.
MockSnapshotMockRecorder is the mock recorder for MockSnapshot.
MockSqlDBHandle is a mock of SqlDBHandle interface.
MockSqlDBHandleMockRecorder is the mock recorder for MockSqlDBHandle.
MockSqlDBTransaction is a mock of SqlDBTransaction interface.
MockSqlDBTransactionMockRecorder is the mock recorder for MockSqlDBTransaction.
MockSqlRow is a mock of SqlRow interface.
MockSqlRowMockRecorder is the mock recorder for MockSqlRow.
MockSqlRows is a mock of SqlRows interface.
MockSqlRowsMockRecorder is the mock recorder for MockSqlRows.
MockSqlVerifier is a mock of SqlVerifier interface.
MockSqlVerifierMockRecorder is the mock recorder for MockSqlVerifier.
MockStateIterator is a mock of StateIterator interface.
MockStateIteratorMockRecorder is the mock recorder for MockStateIterator.
MockStateSqlOperation is a mock of StateSqlOperation interface.
MockStateSqlOperationMockRecorder is the mock recorder for MockStateSqlOperation.
MockStoreBatcher is a mock of StoreBatcher interface.
MockStoreBatcherMockRecorder is the mock recorder for MockStoreBatcher.
MockStoreHelper is a mock of StoreHelper interface.
MockStoreHelperMockRecorder is the mock recorder for MockStoreHelper.
MockSyncService is a mock of SyncService interface.
MockSyncServiceMockRecorder is the mock recorder for MockSyncService.
MockSysContractQuery is a mock of SysContractQuery interface.
MockSysContractQueryMockRecorder is the mock recorder for MockSysContractQuery.
MockTxFilter is a mock of TxFilter interface.
MockTxFilterMockRecorder is the mock recorder for MockTxFilter.
MockTxHistoryIterator is a mock of TxHistoryIterator interface.
MockTxHistoryIteratorMockRecorder is the mock recorder for MockTxHistoryIterator.
MockTxPool is a mock of TxPool interface.
MockTxPoolMockRecorder is the mock recorder for MockTxPool.
MockTxScheduler is a mock of TxScheduler interface.
MockTxSchedulerMockRecorder is the mock recorder for MockTxScheduler.
MockTxSimContext is a mock of TxSimContext interface.
MockTxSimContextMockRecorder is the mock recorder for MockTxSimContext.
MockVerifier is a mock of Verifier interface.
MockVerifierMockRecorder is the mock recorder for MockVerifier.
MockVmInstancesManager is a mock of VmInstancesManager interface.
MockVmInstancesManagerMockRecorder is the mock recorder for MockVmInstancesManager.
MockVmManager is a mock of VmManager interface.
MockVmManagerMockRecorder is the mock recorder for MockVmManager.
MockVmWatcher is a mock of VmWatcher interface.
MockVmWatcherMockRecorder is the mock recorder for MockVmWatcher.
MockWacsi is a mock of Wacsi interface.
MockWacsiMockRecorder is the mock recorder for MockWacsi.
MockWacsiWithGas is a mock of WacsiWithGas interface.
MockWacsiWithGasMockRecorder is the mock recorder for MockWacsiWithGas.
MockWatcher is a mock of Watcher interface.
MockWatcherMockRecorder is the mock recorder for MockWatcher.