Hello,
When I use the Interaction class with the "withSingleESDTTransfer" method to build a Transaction, then I get this error since the Version 9.2.0. The error I did not get in 9.1.0.
Uncaught (in promise) TypeError: t.isSet is not a function
at r (app.js)
at t.ArgSerializer.valuesToBuffers (app.js)
at t.ArgSerializer.valuesToStrings (app.js)
at t.ArgSerializer.valuesToString (app.js)
at s (app.js)
at t.ContractCallPayloadBuilder.build (app.js)
at w.call (app.js)
at t.Interaction.buildTransaction (app.js)
It could be a bug.
Thank you!