pub fn deposit<T: Config>(
    charge_id: T::Hash,
    payee: T::AccountId,
    charge_fee: BalanceOf<T>,
    offered_reward: BalanceOf<T>,
    source: BenefitSource,
    role: CircuitRole,
    recipient: Option<T::AccountId>,
    maybe_asset_id: Option<<T::Assets as Inspect<T::AccountId>>::AssetId>
)
Expand description

Warning: Doc-Only

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