Are non fungible token spendable?

+1 vote
Hi All,

Based on Section 7 of the given tutorial https://www.multichain.com/getting-started/, I have the following queries regarding Assets and Tokens :

1. Are created tokens namely token1, token2 spendable, ie. is it possible to transfer ownership of these tokens to a different address using send (or sendasset or other methods).

2. Can I use multisig with tokens?

Regards,

Meban
asked Jan 23, 2022 by Meban

1 Answer

0 votes

The answer to both questions is yes – tokens act like assets in these respects. You would use the send or sendfrom API and define the amount to send something like this:

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

answered Jan 23, 2022 by MultiChain
...