pub fn pay_with_capacity<T: Config>(call: Box<<T as Config>::RuntimeCall>)
Expand description
Dispatch the given call as a sub_type of pay_with_capacity. Calls dispatched in this fashion, if allowed, will pay with Capacity.
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::pay_with_capacity
.