pub fn spend<T: Config<I>, I: 'static>(
to: T::AccountId,
amount: <<T as Config<I>>::Currency as Currency<<T as Config>::AccountId>>::Balance,
)
Expand description
Spend amount
funds from the reserve account to to
.
ยงWarning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::spend
.