We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e86024 commit 584b7b7Copy full SHA for 584b7b7
models/price_oracle/on_log.go
@@ -33,6 +33,9 @@ func GetDesc(client core.ClientI, addr common.Address) string {
33
log.CheckFatal(err)
34
return strings.Trim(string(bytes), "\x00")
35
}
36
+func (mdl *PriceOracle) GetDataProcessType() int {
37
+ return ds.ViaMultipleLogs
38
+}
39
func (mdl *PriceOracle) OnLogs(txLogs []types.Log) {
40
for _, txLog := range txLogs {
41
switch txLog.Topics[0] {
0 commit comments