#0
nonstandard
0.00004000 BSV
Q!Ê1`Yìñvüùe$7ëuD íOòß°w9ýôdQ®M¥{"__cls":"class Chat {\n constructor(publicKey, oc, title) {\n this.contractTypeID = \"5529c09a-1402-11eb-adc1-0242ac120002\";\n this.contractTypeName = \"Chat\";\n this.originalChannel = oc;\n this._owners = [publicKey];\n this.title = title;\n this.messages = [];\n this.lastUpdated = null;\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() {\n this.archived = true;\n }\n}","__index":{"obj":0},"__args":["02ca316059ecf17616fcf96508240837eb7544008fed4f1ff2df14b07739fdf464","clack.chat","Some Thread"],"__func":"constructor"}u
https://whatsonchain.com/tx/9a1542ae46d17f01b728c78b19319870bb2c1ef24fd57875b7ad0fe739350cff