class RunNode : CliParams
Corresponds to roles NodeA and NodeB.
<init> |
RunNode(node: IRSDemoNode, dir: Path, networkAddress: <ERROR CLASS>, apiAddress: <ERROR CLASS>, mapAddress: String, tradeWithIdentities: List<Path>, uploadRates: Boolean, defaultLegalName: String, autoSetup: Boolean, h2Port: Int) Corresponds to roles NodeA and NodeB. |
apiAddress |
val apiAddress: <ERROR CLASS> |
autoSetup |
val autoSetup: Boolean |
defaultLegalName |
val defaultLegalName: String |
dir |
val dir: Path |
h2Port |
val h2Port: Int |
mapAddress |
val mapAddress: String |
networkAddress |
val networkAddress: <ERROR CLASS> |
node |
val node: IRSDemoNode |
tradeWithIdentities |
val tradeWithIdentities: List<Path> |
uploadRates |
val uploadRates: Boolean |