#0
nonstandard
0.00004000 BSV
Q!°Ø&j3Uò1kà4Ûx~Ò»ëÌýY}F¸!PÐcßà2 ³î)¥äá´å«ruÒÌÁLïRdaBR®MÁ{"__cls":"class Chat {\r\n constructor(publicKey, oc, title) {\r\n this.contractTypeID = \"5529c09a-1402-11eb-adc1-0242ac120002\";\r\n this.contractTypeName = \"Chat\";\r\n this.contractTypeVersion = \"0.0.1\";\r\n this.originalChannel = oc;\r\n this._owners = publicKey;\r\n this.title = title;\r\n this.messages = [];\r\n this.lastUpdated = null;\r\n this.canArchive = publicKey;\r\n this.archived = false;\r\n }\r\n\r\n post(messageAsJson) {\r\n if (this.archived === true)\r\n return new Error(\"This Thread is already archived.\");\r\n this.messages.push(messageAsJson);\r\n }\r\n\r\n invite(publicKey) {\r\n if (this.archived === true)\r\n return new Error(\"This Thread is already archived.\");\r\n this._owners.push(publicKey);\r\n }\r\n\r\n archive(pubKey) {\r\n if (!this.canArchive.includes(pubKey))\r\n return new Error(\"You do not have permission to archive this thread\");\r\n this.archived = true;\r\n }\r\n}","__index":{"obj":0},"__args":[["03829ab08d08d8266a3355f2316be034db8478ad867ed2bbebccfd597d46b8898f","035002d063dfe032a0b3ee29a5e4e1b404e587ab7275d2ccc14cef52646142171f"],"clack.chat","Yo Brother"],"__func":"constructor"}u
https://whatsonchain.com/tx/d51dbee185381ebeb8ac9f005b322b440084d72c10eec303fac0b06dfe60e249