superman285

Results 1 issues of superman285

let note = ctx.request.body.note, uid = ctx.request.body.uid; var noteContractObj = new web3.eth.Contract(abi,contractAddr); await noteContractObj.methods.addNote(note).send({ from:uid, gas:300000, },(err,result)=>{} the varibles I used I have defined ,but i can not call the...