Attribute Macro frame_support::pallet_macros::compact

source ·
#[compact]
Expand description

Compact encoding for arguments can be achieved via #[pallet::compact]. The function must return a DispatchResultWithPostInfo or DispatchResult.