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.
Documentation for this macro can be found at frame_support::pallet_macros::call_index
.