pub trait FungibleTokenWithdrawResolver {
// Required method
fn ft_resolve_withdraw(
&mut self,
token: AccountId,
sender_id: AccountId,
amount: U128,
is_call: bool,
) -> U128;
}
pub trait FungibleTokenWithdrawResolver {
// Required method
fn ft_resolve_withdraw(
&mut self,
token: AccountId,
sender_id: AccountId,
amount: U128,
is_call: bool,
) -> U128;
}