Q!âº÷Ótq35ªJHwT][àÕÝÐXí@¦Ü!®hc *%ÐTÌ?ÜIÃü0½×°ü?
ºÿ1R®M²{"__cls":"class Chat {\n constructor(publicKey, oc, title) {\n this.contractTypeID = \"5529c09a-1402-11eb-adc1-0242ac120002\";\n this.contractTypeName = \"Chat\";\n this.contractTypeVersion = \"0.0.1\";\n this.originalChannel = oc;\n this._owners = publicKey;\n this.title = title;\n this.messages = [];\n this.lastUpdated = null;\n this.canArchive = publicKey;\n this.archived = false;\n }\n\n post(pubKey, displayName, message, date) {\n if (this.archived === true)\n return new Error(\"This Thread is already archived.\");\n this.messages.push(`${pubKey}:${displayName}:${message}:${date}`);\n }\n\n invite(publicKey) {\n if (this.archived === true)\n return new Error(\"This Thread is already archived.\");\n this._owners.push(publicKey);\n }\n\n archive(pubKey) {\n if (!this.canArchive.includes(pubKey))\n return new Error(\"You do not have permission to archive this thread\");\n this.archived = true;\n }\n}","__index":{"obj":0},"__args":[["03e2baf71ed374710c3335aa4a487791545d89995be0d5dd84d0588aed4011a6dc","03ae876863002a25d054019fcc3fdc49c3fc30121610bd081dd7b0fc3f0abaff31"],"clack.chat","test"],"__func":"constructor"}u
https://whatsonchain.com/tx/undefined