//
pkg.gl
Category
github.com/ZengDaWei/go-ethereum
route
package
0.3.3
Repository:
https://github.com/zengdawei/go-ethereum.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
1
Files
29 SLOC
#
Functions
Add
No description provided by the author
#
Variables
ContractEventMap
ContractEventMap 合约事件表,一个合约(string key)对应多个事件([]string).
EventHandleMap
EventHandleMap 合约事件处理表,一个合约(string key)对应另外一个 map(key => 处理函数).