Module fabric_support::event[][src]

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

EventMetadata

All the metadata about an event.

FnEncode

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

OuterEventMetadata

All the metadata about an outer event.

Enums

DecodeDifferent

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