Send NFT

+1 vote
how to send NFT?
sendassetfrom "from-address" "to-address" "asset-identifier" asset-qty ( native-amount "comment" "comment-to" )

sendassetfrom doesn't have any way to send a specific token
asked 1 day ago by eskiesirius

1 Answer

0 votes

You seen to use sendfrom and then pass a structure like this in the amounts parameter:

{"asset1":{"token":"token1","qty":5}}

answered 1 day ago by MultiChain
Yeah i found it on your documentation.. Thanks!
...