Forum chevron_right Corda Topics chevron_right CorDapp Development chevron_right Using Corda Token v4.5 , created Non Fungible Token

  • Creator
    Topic
  • #9722
    QA Bot
    Keymaster

    Using Corda Token v4.5 , created Non Fungible Token , when non fungible token transferred , how i can check token transferred and how i can check unconsumed state query for non fungible token ? ,

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • #9723
    QA Bot
    Keymaster

    Hi Ravi,

    You can easily query the non-fungible tokens by running a query at the node terminal by the following command:

    run vaultQuery contractStateType: com.r3.corda.lib.tokens.contracts.states.No nFungibleToken

    And as for the state that is associated with the nonfungible token, it is a bit different than other Corda states. That state is the description holder of the NFT you issued. It will not get consumed in a transaction. You will simply transfer that “information” to a counterparty when you give the counterparty an NFT. The state does not mean much in the Token transactions.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.

Subscribe to our newsletter to stay up to date on the latest developer news, tools, and articles.