Q!§I{_ÃzvVû%>üWÜūѤP¹AºâZß?Q®Mr {"summary":1,"details":2,"__cls":"class FundSC {\n constructor(\n owners = [],\n fundName = '',\n shortName = '',\n addressLine = '',\n country = '',\n contactInformation = '',\n instId = '',\n customerType = '',\n usPayIdType = 'SWIFT',\n fxType = 'USD',\n amlRequired = false,\n costingMethod = 'WAC',\n defaultFund = false,\n revalRequired = false,\n revaluationMethod = 'Daily',\n reserveCalculationRequired = false,\n revaluationStartMonth = new Date(),\n adminId = '',\n trusteeId = '',\n complianceId = '',\n dateFunded = '',\n fundAdminId = '',\n ) {\n this._owners = owners;\n\n this.summary = {\n fundName,\n shortName,\n addressLine,\n country,\n contactInformation,\n instId,\n };\n\n this.details = {\n customerType,\n usPayIdType,\n fxType,\n amlRequired,\n costingMethod,\n defaultFund,\n revalRequired,\n revaluationMethod,\n reserveCalculationRequired,\n revaluationStartMonth,\n };\n\n this.adminId = adminId;\n this.trusteeId = trusteeId;\n this.complianceId = complianceId;\n\n this.documents = [];\n this.members = [];\n\n this.dateFunded = dateFunded;\n this.admins = owners;\n this.fundAdminId = fundAdminId;\n }\n\n addAdmin(id, publicKey) {\n this.admins = [...new Set(this.admins.concat(id))];\n this._owners = [...new Set(this._owners.concat(publicKey))];\n this.addMember(id);\n }\n\n setAdminId(id) {\n this.fundAdminId = id;\n }\n\n addDocument(document) {\n this.documents.push(document);\n }\n\n addOwners(publicKeys) {\n this._owners = [...new Set(this._owners.concat(publicKeys))];\n }\n\n setInstId(instId) {\n this.summary.instId = instId;\n }\n\n addMember(memberId) {\n this.members = [...new Set(this.members.concat(memberId))];\n }\n}","__index":{"obj":0},"__func":"constructor","__args":[["03a799497b5fc39d7a765601fb253efc5796dc14c5abd1a450b94113bae25adf3f"],"admin 3","admin","admin","admin","admin","5cf12cfb2498732858991d4e58a26226b3e79013749a1f0cce7eba0356e1ef28:0","type","SWIFT","USD",false,"WAC",false,false,"Daily",false,"12/28/2020","50429340b9ee8875d06f33f420fe6ed01b9137c5bd8978f4dd66b207a0d663e7:0","50429340b9ee8875d06f33f420fe6ed01b9137c5bd8978f4dd66b207a0d663e7:0","50429340b9ee8875d06f33f420fe6ed01b9137c5bd8978f4dd66b207a0d663e7:0",""]}u
https://whatsonchain.com/tx/undefined