Hi,
I'm trying non-fungible token in multichain and searched previous Q&A list, it suggested inline data to tag information in each transaction. Below link is my trying capture, https://reurl.cc/AqMQ4K
I used sendfrom with amount parameter to add the inline data, but it can't show each token identity. I saw the previous idea suggested to use " listunspent+createrawtransaction", I tried bit got confused, 1. listunspent shows all the txid records, it's hard to check which one is my targeted transaction; 2. createrawtransaction can tag data into each transaction, but it can't identify each token if it contains lots of token in a transaction;
Besides, with smart filter, does it just check/verify the inline data in each transaction?
I'm still new in multichain development, please advise or share experience.
Thank you.Walter