Module pallet_gear_messenger::pallet
source · Expand description
The module that hosts all the FRAME types needed to add this pallet to a runtime.
Re-exports
pub use __tt_error_token_1 as tt_error_token;
pub use __tt_default_parts_7 as tt_default_parts;
Modules
- Auto-generated docs-only module listing all defined dispatchables for this pallet. Note that members of this module cannot be used directly and are only provided for documentation purposes.
- Auto-generated docs-only module listing all defined storage types for this pallet. Note that members of this module cannot be used directly and are only provided for documentation purposes.
Structs
- Callback function for getting actual block number.
- Store of mailbox action’s callbacks.
- Callback function for success
pop_front
action. - Callback function for success
push_front
action. - The pallet implementing the on-chain logic.
- Store of queue action’s callbacks.
- Store of waitlist action’s callbacks.
Enums
- Contains one variant per dispatchable that can be called by an extrinsic.
- Custom dispatch errors of this pallet.
Traits
- Configuration trait of this pallet.
Type Aliases
- Numeric type defining the maximum amount of messages can be sent from outside (from extrinsics) or processed in single block.
- ModuleDeprecatedType alias to
Pallet
, to be used byconstruct_runtime
.