#0
nonstandard
0.00004000 BSV
Q!}xLÚÁÍúc³ôéEW *dÜ_¯Çµâ·ìVʦ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 ) {\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 = []\n this.dqList = []\n this.funds = []\n this.members = []\n\n this.onboarded = []\n this.processing = []\n this.documents = []\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 addKycRequirement(req) {\n this.kycRequirements.push({ requirementName: req, added: new Date().toLocaleDateString() })\n }\n\n addToDqList(fund) {\n this.dqList.push(fund)\n }\n\n addOnboardedFund(fundId) {\n this.onboarded.push(fundId)\n\n const index = this.processing.indexOf(fundId)\n if (index > -1) {\n this.processing.splice(index, 1)\n }\n }\n\n addProcessingFund(fundId) {\n this.processing.push(fundId)\n }\n}","__index":{"obj":0},"__args":[["027d784c03dac19fcdfa63b3f4e9451757002a6493dc5f04afc7b5e2b7ec56caa6"],"Sammi's Institution","","","","SWIFT","Yes","Yes"],"__func":"constructor"}u
https://whatsonchain.com/tx/533f8577d345914d89c72c78b4c8ae747052b8f9fb9417dea16d82c158ee3090