pub fn put_in_front_of_other<T: Config<I>, I: 'static>(
    heavier: <<T as Config>::Lookup as StaticLookup>::Source,
    lighter: <<T as Config>::Lookup as StaticLookup>::Source
)
Expand description

Same as Pallet::put_in_front_of, but it can be called by anyone.

Fee is paid by the origin under all circumstances.

Warning: Doc-Only

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