#0
nonstandard
0.00004000 BSV
Q!Ç_v¼¿î¯d£îl2Û9Éç²¾UãG §![[ðrë¬ù쪨Á=Hy[Ûb¾ß 0ÉÀR®MÎ{"personalDetails":1,"__cls":"class UserSC {\n constructor(\n owners = [],\n firstName = '',\n lastName = '',\n email = '',\n phone = -1,\n institution = '',\n publicKey = '',\n adminKeys = [],\n kycReqs = '',\n ) {\n this._owners = owners\n\n this.personalDetails = {\n firstName,\n lastName,\n email,\n phone,\n }\n\n this.institution = institution\n\n this.publicKey = publicKey\n\n this.adminKeys = adminKeys\n\n this.kycReqs = kycReqs\n\n this.teams = []\n\n this.funds = []\n\n this.trades = []\n\n this.facilities = []\n }\n\n addTeam(id) {\n this.teams.push(id)\n }\n\n removeTeam(id) {\n const index = this.teams.indexOf(id)\n this.teams.splice(index, 1)\n }\n\n addFund(id) {\n this.funds.push(id)\n }\n\n removeFund(id) {\n const index = this.funds.indexOf(id)\n this.funds.splice(index, 1)\n }\n\n addTrade(id) {\n this.trades.push(id)\n }\n\n removeTrade(id) {\n const index = this.trades.indexOf(id)\n this.trades.splice(index, 1)\n }\n\n addFacility(id) {\n this.facilities.push(id)\n }\n\n removeFacility(id) {\n const index = this.facilities.indexOf(id)\n this.facilities.splice(index, 1)\n }\n\n removeOwner(id) {\n let index = this._owners.indexOf(id)\n this._owners.splice(index, 1)\n index = this.adminKeys.indexOf(id)\n this.adminKeys.splice(index, 1)\n }\n\n addOwner(id) {\n this._owners.push(id)\n }\n\n addAdmin(id) {\n this._owners.push(id)\n this.adminKeys.push(id)\n }\n\n setFirstName(value) {\n this.personalDetails.firstName = value\n }\n\n setLastName(value) {\n this.personalDetails.lastName = value\n }\n\n setInstitution(value) {\n this.institution = value\n }\n\n setPublicKey(value) {\n this.publicKey = value\n }\n\n setEmail(value) {\n this.personalDetails.email = value\n }\n\n setPhone(value) {\n this.personalDetails.phone = value\n }\n}","__index":{"obj":0},"__func":"constructor","__args":[["03c75f76bc8bbfeeaf64a38480ee6c32db399196c9e7b29ebe8655e3199747a0a7","025b5bf07283ebacf9ec9caaa8c1193d1948795bdb62bedf0030c98d9594c00e82"],"1","1","1","11","a5f298d4dd0691398322910e4f5f019c295f91681da82aaaf86fc60ffd1b53b6:0"]}u
https://whatsonchain.com/tx/13cb2e814c5bb268f531ac38d77c8c4e29a11b111bdbf45f08ec9f561eac6a4e