You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 3, 2019. It is now read-only.
* Submit an on-chain record that you have verified a customer's information.
186
186
* @param kycProviderAddress The Ethereum address of your KYC provider account
187
187
* @param customerAddress The Ethereum address of the customer you verified
188
-
* @param jurisdiction The customer's jurisdiction that you verified. Either an ISO 3166-1 alpha-2 country code or an ISO 3166-2 country subdivision code.
188
+
* @param countryJurisdiction The customer's jurisdiction that you verified. An ISO 3166-1 alpha-2 country code
189
+
* @param divisionJurisdiction The customer's jurisdiction that you verified. An ISO 3166-2 country subdivision code.
189
190
* @param role The type of Polymath user that the customer is (e.g. investor)
190
191
* @param accredited Whether the customer is accredited
191
192
* @param expires The time at which this verification should expire, in seconds since the Unix epoch
assert.equal(logNewTemplateProposal._securityToken,securityToken.address,'ST address not picked up from LogNewTemplateProposal event')//needs to be renamed from core
assert.equal(logNewContractProposal._securityToken,securityToken.address,'ST address not picked up from LogCancleContractProposal event')//needs to be renamed from core
assert.equal(logTemplateCreated._creator,accounts[2],'legal delegate creator address wasnt found in event subscription');//'offeringtype' from make_examples.js
352
338
assert.isAbove(logTemplateCreated._template.length,20,'template address wasnt found in event subscription');
353
339
assert.equal(logTemplateCreated._offeringType,"offeringtype",'offering type wasnt found in event subscription');//'offeringtype' from make_examples.js
0 commit comments