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

Method ExecLocal

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

Source from the content-addressed store, hash-verified

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}
22

Callers 3

execLocalMethod · 0.65
procExecAddBlockMethod · 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