SmartTokenLabs / TokenScript

TokenScript schema, specs and paper
http://tokenscript.org
MIT License
242 stars 71 forks source link

removed toString() from returned negociator data. The data is cast as… #415

Open nicktaras opened 3 years ago

nicktaras commented 3 years ago

@oleggrib - please can you review this change and merge if you are happy with the solution, to remove toString from the negotiator and manage the toString inside the react web view component.

toString() is needed to cast big int to a type that React can render.