Let’s say I’ve got 2 wallets (A and B).
A has an NFT that I gave wallet B setApprovalForAll() permissions for.
The NFT now shows up in wallet B , under “assets” in MetaMask, however it’s still not owned by B.
Now I need to transfer the token (from A to B) , from B (because it should have approval permissions now) on behalf of A .
How would I do this?