com.github.manosbatsis.corda.testacles.nodedriver / NodeHandles / <init>
<init>¶
NodeHandles(input:
Map
<
String
, NodeHandle>)
The node driver]’s NodeHandles, each mapped by multiple keys:
- the original input key
- identity (Party)
- identity name (CordaX500Name
- identity name (string representation)
- organization name
- organization name with lower case first char, without spaces
- organization name in lower case without spaces
In other words getNode["O=PartyA, L=Athens, C=GR"]
is the same as getNode["partya"]