Attribute Macro frame_support_procedural::compact
source · #[compact]
Expand description
Compact encoding for arguments can be achieved via #[pallet::compact]
. The function must
return a DispatchResultWithPostInfo
or DispatchResult
.
#[compact]
Compact encoding for arguments can be achieved via #[pallet::compact]
. The function must
return a DispatchResultWithPostInfo
or DispatchResult
.