For the complete documentation index, see llms.txt. This page is also available as Markdown.

⬇️Imports

The most critical imports for every Pallet

📡frame_system

frame_system provides low-level types, storage, and functions for your blockchain.

🤝frame_support

frame_support is like a helper crate. It is a collection of macros, traits, and modules to simplify development of FRAME Pallets.

🤠frame_executive

The frame_executive acts as an orchestration layer for the runtime. It dispatches incoming extrinsic calls to the respective pallets in runtime.

Last updated