#0
nonstandard
0.00004000 BSV
Q!ãýá[,)k
#Êi)êiÎd0sÔs¤Åyë.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":[["02e3fde15b2c296b859123ca691329ea1b69ce649c300b73d473a4c59a7999eb2e"],"Institution 2","","","","SWIFT","Yes","Yes"],"__func":"constructor"}u
https://whatsonchain.com/tx/1e4e48be5a57d537724bfab90915f6a84ce669491fa7d2ef4e046704cd08acc2