Niftron Transactions
Transfer Token (TransferBadge)
This is a predefined function to create a transfer digital badge. This is furthur explored at this tutorial.
niftron.tokenBuilder.transferToken("-----Receiver Public Key-----","-----Asset Code or Niftron ID------","-----Asset Issuer------","-----Asset Count------",,"-----Sender Public Key-----").then((res) => {console.log(res);}).catch((err) => {console.log("err" + err);});