Registry / other / frame-support

frame-support

JSON →
library46.0.1rscratesunverified

Support code for the runtime in Substrate-based blockchains.

# Cargo.toml [dependencies] frame-support = "46.0.1"
INSTALL
IMPORT
SIG · FRAME-SUPPORT
F
frame-support
otherrustv46.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pallet_prelude
use frame_support::pallet_prelude::*;

Imports common types and traits for Substrate pallet development.

use frame_support::pallet_prelude::*; fn main() { println!("frame-support prelude imported."); }
Debug
Known issues
breakingThis crate is tightly coupled with Substrate/Polkadot SDK; not usable standalone.
fix
Use within a Substrate runtime project with appropriate dependencies.
affects: >=2.0.0
Upgrade
Version history
46.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
frame-support — cargo add frame-support · libregistry