Example #1
0
 public bool IsLogForEvent(FilterLog log)
 {
     return(EventABI.IsLogForEvent(log));
 }
Example #2
0
 public bool IsLogForEvent(JToken log)
 {
     return(EventABI.IsLogForEvent(log));
 }