Q!ÔVéDùþE-QöFæ ó»ê{vÕ-VÔLÝ`RÔ_íQ®M{"__cls":"class Vote {\n constructor(to, distributor, name, numberOfVotes, \n can1name, can1PK, \n can2name, can2PK //, \n// can3name, can3PK\n ) {\n this.votes = numberOfVotes\n this._owners = [to]\n // name of the election\n this.name = name\n this.can1name = can1name\n this.can2name = can2name\n // this.can3name = can3name\n this.cand1PK = can1PK\n this.cand2PK = can2PK \n //this.cand3PK = can3PK\n this.distributor = distributor\n }\n \n distribute(to) {\n if (this.votes < 1){ throw new Error(\"There are not enough votes to distribute\")}\n if (this._owners[0].toString() !== this.distributor.toString()){\n throw new Error('You cannot send your vote to another person.')\n }\n this.votes -= 1\n return new Vote(to,\n this.distributor, \n this.name, \n 1,\n this.can1name,\n this.cand1PK,\n this.can2name,\n this.cand2PK,\n // this.can3name,\n // this.cand3PK\n )\n }\n \n voteA() {\n console.log()\n this._owners = [this.cand1PK]\n }\n \n voteB() {\n this._owners = [this.cand2PK]\n }\n \n // voteC() {\n // this._owners = [this.cand3PK]\n // }\n }","__index":{"obj":0},"__args":["03d456e944f9fe452d861351f646e6a0f3bbea7b76d52d56d44cdd1b6052d45fed","03d456e944f9fe452d861351f646e6a0f3bbea7b76d52d56d44cdd1b6052d45fed","x6",2,"Candidate 1","03c89154ce7e9e4aa980a302b5441126558577bf1dab7fc2713a2d88a2ba6b2961","Candidate 2","03255d4eca2da59994aff9eb3f3e643fc82eec697dfa9f491608709560e1a8472c"],"__func":"constructor"}u
https://whatsonchain.com/tx/undefined