pub trait DepositFee<AccountId, AssetId, Balance> {
fn deposit_fee(
who: &AccountId,
currency: AssetId,
amount: Balance
) -> DispatchResult;
}
Expand description
Handler for dealing with fees
pub trait DepositFee<AccountId, AssetId, Balance> {
fn deposit_fee(
who: &AccountId,
currency: AssetId,
amount: Balance
) -> DispatchResult;
}
Handler for dealing with fees