โฌ‡๏ธ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

Was this helpful?