Module gear_common::event
source · Expand description
Gear events additional data.
This module contains components for depositing proper and extensive data about actions happen.
Enums§
- Type of changes applied to code in storage.
- Status of dispatch dequeue and execution.
- Programs entry for messages.
- Runtime reason for messages waiting.
- System reason for messages waiting.
- Runtime reason for messages waking.
- System reason for messages waking.
- Type of changes applied to program in storage.
- Composite reason type for any action happened on chain.
- Runtime reason for messages reading from
Mailbox
. - System reason for messages reading from
Mailbox
.
Traits§
- Behavior of types, which represent runtime reasons for some chain actions.
- Behavior of types, which represent system reasons for some chain actions.
Type Aliases§
- Composite reason for messages waiting.
- Composite reason for messages waking.
- Composite reason for messages reading from
Mailbox
.