com.github.manosbatsis.corda.testacles.mocknetwork.config / OrgNames
OrgNames¶
Wraps a list of one or more strings with each one being an organization or X500 name.
For entries that are simple organization names (i.e. not X500 names), a random locality/country will be selected during conversion to CordaX500Name.
Constructors¶
Name | Summary |
---|---|
<init> | OrgNames(names: List < String >) Wraps a list of one or more strings with each one being an organization or X500 name. |