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

Method ExecDelLocal

executor/plugin.go:20–20  ·  view source on GitHub ↗
(executor *executor, data *types.BlockDetail)

Source from the content-addressed store, hash-verified

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}
22
23var globalPlugins = make(map[string]plugin)

Callers 3

execDelLocalMethod · 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