#0
nonstandard
0.00004000 BSV
Q!ùBÒ2к%~È'*¾TW@ÿµ¸p8u¸°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.name = name;\n this.address = address;\n this.country = country;\n this.customerType = customerType;\n\n this.isAgent = isAgent;\n\n this._owners = admins;\n this.usPayIdType = usPayIdType;\n this.defaultFund = defaultFund;\n this.kycRequirements = [];\n this.dqList = [];\n this.funds = [];\n this.members = [];\n\n this.onboarded = [];\n this.processing = [];\n this.documents = [];\n this.admins = admins;\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":[["030ef942d23298d09e91ba25887ec8272abe545740ffb58ab8703875b810b01b15"],"Khadija's Institution","123456","123456","123456","",false,false,[]],"__func":"constructor"}u
https://whatsonchain.com/tx/216ff57bcdc4687ff6481b837ca751ceba646b6a38eb4c4e236462d5354a6a4b