Q!TÛ67^Ë\|Ƴä@8¹;e+J¼!(XzÚQ®M{"__cls":"class InstitutionSC {\n constructor(\n admins = [],\n name = '',\n address = '',\n country = '',\n customerType = '',\n usPayIdType = '',\n defaultFund = false,\n isAgent = false,\n kycRequirements = [],\n ) {\n this._owners = admins\n this.name = name\n this.address = address\n this.country = country\n this.customerType = customerType\n this.usPayIdType = usPayIdType\n this.defaultFund = defaultFund\n this.isAgent = isAgent\n this.kycRequirements = kycRequirements\n this.kycDocuments = []\n this.dqList = []\n this.funds = []\n this.members = []\n }\n\n addAdmin(id) {\n this._owners.push(id)\n }\n\n removeAdmin(id) {\n const index = this._owners.indexOf(id)\n this._owners.splice(index, 1)\n }\n\n removeMember(id) {\n const index = this.members.indexOf(id)\n this.members.splice(index, 1)\n this.removeAdmin(id)\n }\n\n addMember(id) {\n this.members.push(id)\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 if (this.defaultFund === id) {\n this.defaultFund = null\n }\n }\n\n setDefaultFund(id) {\n this.defaultFund = id\n }\n\n setName(value) {\n this.name = value\n }\n\n setAddress(value) {\n this.address = value\n }\n\n setCountry(value) {\n this.country = value\n }\n\n setCustomerType(value) {\n this.customerType = value\n }\n\n setUsPayIdType(value) {\n this.usPayIdType = value\n }\n\n addKycDoc(doc) {\n this.kycDocuments.push(doc)\n }\n\n addKycRequirement(req) {\n this.kycRequirements = `${this.kycRequirements}, ${req}`\n }\n\n addToDqList(fund) {\n this.dqList.push(fund)\n }\n}","__index":{"obj":0},"__args":[["0354db36375ecb015c7cc61e83b3e4870c92144038b93b652b4abc2128587ada1c"],"NEW Institution","","","","SWIFT","Yes","Yes",""],"__func":"constructor"}u
https://whatsonchain.com/tx/undefined