pub fn remark<T: Config>(
    remarks: BoundedVec<T::Remark, T::MaxRemarksPerCall>,
    call: Box<<T as Config>::RuntimeCall>
)
Expand description

Add remarks to a call.

The weight calculation is similar to the one in the Proxy.proxy.

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::remark.