Closed
Description
Passing an NFT object ID through the wallet's transfer
function results in the message:
RPC call failed: ErrorObject { code: ServerError(-32000), message: "Attempt to transfer an object that's not a coin.", data: None }
See
Lines 55 to 56 in c3ee146
While the behavior is expected, this message could be more helpful, in pointing out that non-coin object transfers must go through a distinct Move call (and possibly helping me, the user, figure out how to craft that transaction).