Expand description

Macros used within the main pallet macro.

Note: All of these macros are “stubs” and not really usable outside #[pallet] mod pallet { .. }. They are mainly provided for documentation and IDE support.

To view a list of all the macros and their documentation, follow the links in the ‘Re-exports’ section below:

Re-exports§

  • pub use frame_support::derive_impl;
  • pub use frame_support::pallet;
  • pub use frame_support::pallet_macros::*;