Module frame_support::event[][src]

Expand description

Macros that define an Event types. Events can be used to easily report changes or conditions in your runtime to external entities like users, chain explorers, or dApps.

Structs

All the metadata about an event.

Newtype wrapper for support encoding functions (actual the result of the function).

All the metadata about an outer event.

Enums

A type that decodes to a different type than it encodes. The user needs to make sure that both types use the same encoding.