Try this:
Change
console.log(formData.destinationtoke);
console.log(formData.amounttoke);
var tx = sendtoken(destinationtoke, amounttoke);
To :
console.log(formData.destinationtoke);
console.log(formData.amounttoke);
var ...READ MORE
Oct 22, 2018
in Blockchain
by
Omkar
• 69,220 points
•
2,846 views