defuse::tokens::nep171

Trait NonFungibleTokenWithdrawResolver

Source
pub trait NonFungibleTokenWithdrawResolver {
    // Required method
    fn nft_resolve_withdraw(
        &mut self,
        token: AccountId,
        sender_id: AccountId,
        token_id: TokenId,
        is_call: bool,
    ) -> bool;
}

Required Methods§

Source

fn nft_resolve_withdraw( &mut self, token: AccountId, sender_id: AccountId, token_id: TokenId, is_call: bool, ) -> bool

Implementors§