topics property

List<String>? topics
final

The topics of this event, hex-encoded.

For solidity events, the first topic is a hash of the event signature (except for anonymous events). All further topics are the encoded values of indexed parameters.

Implementation

final List<String>? topics;