pub fn just_transfer<T: Config, C: Currency<T::AccountId>>(
    transactor: &T::AccountId,
    dest: &T::AccountId,
    value: CurrencyBalanceOf<T, C>
) -> DispatchResult