anonymous property

bool anonymous

This is whether the event is anonymous. An anonymous Event does not inject its topic hash as topic0 when creating a log.

Implementation

bool get anonymous => impl.anonymous;