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

Method CheckEnable

executor/plugin.go:18–18  ·  view source on GitHub ↗
(executor *executor, enable bool)

Source from the content-addressed store, hash-verified

16
17type plugin interface {
18 CheckEnable(executor *executor, enable bool) (kvs []*types.KeyValue, ok bool, err error)
19 ExecLocal(executor *executor, data *types.BlockDetail) ([]*types.KeyValue, error)
20 ExecDelLocal(executor *executor, data *types.BlockDetail) ([]*types.KeyValue, error)
21}

Callers 3

procExecAddBlockMethod · 0.65
procExecDelBlockMethod · 0.65
TestPluginFunction · 0.65

Implementers 6

addrindexPluginexecutor/plugin_addrindex.go
feePluginexecutor/plugin_fee.go
txindexPluginexecutor/plugin_txindex.go
addrFeeIndexPluginexecutor/plugin_addrfeeindex.go
mvccPluginexecutor/plugin_kvmvcc.go
statPluginexecutor/plugin_stat.go

Calls

no outgoing calls

Tested by 1

TestPluginFunction · 0.52