#0
nonstandard
0.00004000 BSV
Q!³8½Jï®#0ðrg·ämßÙıÑJïyQ®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":[["02b3863893bd4a9defae9b2330f07f017267b79ee46d95dfd9c4b1d14a0215ef79"],"Non Agent","","","","SWIFT","Yes","No",""],"__func":"constructor"}u
https://whatsonchain.com/tx/2f1b7e0a30a9094fe41645fe93eeec72107f3c53cde6c0da0ecbc4ec6d97cfe7