Imports
The most critical imports for every Pallet
Last updated
Was this helpful?
The most critical imports for every Pallet
Last updated
Was this helpful?
frame_system
provides low-level types, storage, and functions for your blockchain.
frame_support
is like a helper crate. It is a collection of macros, traits, and modules to simplify development of FRAME Pallets
.
The frame_executive
acts as an orchestration layer for the runtime. It dispatches incoming extrinsic calls to the respective pallets in runtime.