Type Alias pallet_remarks::RemarkArgs

source ·
pub type RemarkArgs<T> = (OriginFor<T>, BoundedVec<<T as Config>::Remark, <T as Config>::MaxRemarksPerCall>, Box<<T as Config>::RuntimeCall>);
Expand description

The type used in the RemarkDispatchHandler trait of the pallet’s Config.