Q!§I{_ÃzvVû%>üWÜūѤP¹AºâZß?Q®M~
{"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\n edit([fundName, shortName, addressLine, country, contactInformation, customerType, usPayIdType, fxType, amlRequired, costingMethod, defaultFund, revalRequired, revaluationMethod, reserveCalculationRequired, revaluationStartMonth, adminId, trusteeId, complianceId, dateFunded]) {\n this.fundName = fundName;\n this.shortName = shortName;\n this.addressLine = addressLine;\n this.country = country;\n this.contactInformation = contactInformation;\n this.customerType = customerType;\n this.usPayIdType = usPayIdType;\n this.fxType = fxType;\n this.amlRequired = amlRequired;\n this.costingMethod = costingMethod;\n this.defaultFund = defaultFund;\n this.revalRequired = revalRequired;\n this.revaluationMethod = revaluationMethod;\n this.reserveCalculationRequired = reserveCalculationRequired;\n this.revaluationStartMonth = revaluationStartMonth;\n this.adminId = adminId;\n this.trusteeId = trusteeId;\n this.complianceId = complianceId;\n this.dateFunded = dateFunded;\n }\n}","__index":{"obj":0},"__func":"constructor","__args":[["03a799497b5fc39d7a765601fb253efc5796dc14c5abd1a450b94113bae25adf3f"],"Edit Fund","edit","edit","edit","edit","5cf12cfb2498732858991d4e58a26226b3e79013749a1f0cce7eba0356e1ef28:0","edit","SWIFT","USD",false,"WAC",false,false,"Daily",false,"12/29/2020","50429340b9ee8875d06f33f420fe6ed01b9137c5bd8978f4dd66b207a0d663e7:0","532c7486ff3c9dee55590cadce7aaa53c2684f8c3dde8f4ee303619b8dddd419:0","1d0da87aa3854305595c57c2d8633bd1c8d85139ee08465dd4f898d9aad3699f:0",""]}u
https://whatsonchain.com/tx/undefined