Crate frame_support_procedural[−][src]
Proc macro of Support code for the runtime.
Macros
| construct_runtime | Construct a runtime, with the given name and the given modules. |
| crate_to_pallet_version | |
| decl_storage | Declares strongly-typed wrappers around codec-compatible types in storage. |
Attribute Macros
| pallet | Macro to define a pallet. Docs are at |
| require_transactional | |
| transactional | Execute the annotated function in a new storage transaction. |
Derive Macros
| CloneNoBound | Derive |
| DebugNoBound | Derive |
| EqNoBound | derive Eq but do no bound any generic. Docs are at |
| PartialEqNoBound | Derive |
| RuntimeDebugNoBound | Derive |