MCPcopy Create free account
hub / github.com/33cn/chain33 / SetQueueClient

Method SetQueueClient

queue/client.go:48–48  ·  view source on GitHub ↗
(client Client)

Source from the content-addressed store, hash-verified

46// Module be used for module interface
47type Module interface {
48 SetQueueClient(client Client)
49 //wait for ready
50 Wait()
51 Close()

Callers 15

RunChain33Function · 0.95
startupMethod · 0.65
initEnvFunction · 0.65
initEnvFunction · 0.65
TestEventFunction · 0.65
initEnvFunction · 0.65
TestExecutorErrAPIEnvFunction · 0.65
TestCheckTxFunction · 0.65
TestExecutorUpgradeMsgFunction · 0.65
TestStateDBTxGetOldFunction · 0.65
newWithConfigNoLockFunction · 0.65
initEnv3Function · 0.65

Implementers 11

Walletwallet/wallet.go
Managerp2p/base.go
Executorexecutor/executor.go
BlockChainblockchain/chain.go
mockP2Pblockchain/push_test.go
Mempoolsystem/mempool/base.go
BaseStoresystem/store/base.go
BaseClientsystem/consensus/base.go
modulecommon/crypto/client/client.go
MockModuleutil/util.go
mockP2Putil/testnode/testnode.go

Calls

no outgoing calls

Tested by 12

startupMethod · 0.52
initEnvFunction · 0.52
initEnvFunction · 0.52
TestEventFunction · 0.52
TestExecutorErrAPIEnvFunction · 0.52
TestCheckTxFunction · 0.52
TestExecutorUpgradeMsgFunction · 0.52
TestStateDBTxGetOldFunction · 0.52
newWithConfigNoLockFunction · 0.52
initEnv3Function · 0.52
TestRPCFunction · 0.52
TestModuleFunction · 0.52