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