defuse::tokens::nep141

Trait FungibleTokenWithdrawResolver

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

Required Methods§

Source

fn ft_resolve_withdraw( &mut self, token: AccountId, sender_id: AccountId, amount: U128, is_call: bool, ) -> U128

Implementors§