@@ -23,7 +23,7 @@ headers = {'Authorization': 'Basic %s' %
@router.post("/mint")
async def mint(userModel : models.joysoMint):
path = "erc1155/mint"
- txid = uuid.UUID4()
+ txid = str(uuid.uuid4())
to = userModel.toaddress
uid = '88888888'
amount = userModel.amount