findEventByTopicsHash method

EventEntry? findEventByTopicsHash(
  1. List<Hash> topics
)

Implementation

EventEntry? findEventByTopicsHash(List<Hash> topics) {
  return findEventByTopics(convertTopics(topics));
}