Attribute Macro frame_support_procedural::call_index

source ·
#[call_index]
Expand description

Each dispatchable may also be annotated with the #[pallet::call_index($idx)] attribute, which explicitly defines the codec index for the dispatchable function in the Call enum.


Rust-Analyzer users: See the documentation of the Rust item in frame_support::pallet_macros::call.