package
0.3.3
Repository: https://github.com/zengdawei/go-ethereum.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Variables

ContractEventMap 合约事件表,一个合约(string key)对应多个事件([]string).
EventHandleMap 合约事件处理表,一个合约(string key)对应另外一个 map(key => 处理函数).