convertTopics static method

List<Uint8List> convertTopics(
  1. List<Hash> topics
)

Implementation

static List<Uint8List> convertTopics(List<Hash> topics) =>
    topics.map((topic) => topic.bytes).toList();