Documentation ¶
Index ¶
- Constants
- func FormSubscribeArgs(fromBlock int64, toBlock int64, addresses []common.Address, ...) map[string]interface{}
- func GetAccountFile(path string, suffix string) string
- func GetHeight(httpClient *rpc.Client) (uint64, error)
- func GetLogs(httpClient *rpc.Client, fromBlock uint64, toBlock uint64, ...) ([]types.Log, error)
- func GetNonAnnoymousEvent(abiInstatnce abi.ABI) (map[string]EventInfo, error)
- func InitRetracer(config RetraceConf) *retracer
- func PackMethodAndArgs(abiPath string, method_name string, args ...interface{}) ([]byte, error)
- type EventInfo
- type RetraceConf
Constants ¶
View Source
const RETRACE_FILE_NAME = "./log-retrace.json"
Variables ¶
This section is empty.
Functions ¶
func FormSubscribeArgs ¶
func GetAccountFile ¶
func GetNonAnnoymousEvent ¶
func InitRetracer ¶
func InitRetracer(config RetraceConf) *retracer
Types ¶
Click to show internal directories.
Click to hide internal directories.