#0
nonstandard
0.00004000 BSV
Q!NÉÖaðÁ8=¾£ú©c÷»ru©¹yL¡4çQ®M{"votes":1,"__cls":"class BasicVoteable {\n constructor(owners, description){\n this.votes = {}\n this._owners = owners\n this.description = description \n this.result = \"undecided\"\n }\n addVoter(pubKey){\n this._owners.push(pubKey)\n }\n vote(pubKey, vote){\n if (this.votes[pubKey] == null)\n this.votes[pubKey] = vote\n if(this.votes.length === this.voters.length){\n let sum, votecount = 0\n Object.keys(this.votes).forEach(function (key) { \n sum += this.votes[key]\n })\n if((sum/votecount) > 0.5){\n this.result = \"approved\"\n } else {\n this.result = \"denied\"\n }\n \n }\n }\n }","__index":{"obj":0},"__func":"constructor","__args":[["024ec9d661f0c1389f3dbea3faa963f78616bb9e721a9781751ba9b9794ca134e7"],"This is something to vote on, then we will vote and show the state"]}u
https://whatsonchain.com/tx/351d2d7bc15fdd42e415e35fc78d2e970049740151edce458b9aeffcaa696d59