data class BasketOfNodesA bundle that separates the generic user nodes and service-providing nodes. A real network might not be so clearly separated, but this is convenient for testing.
| <init> |
BasketOfNodes(partyNodes: List<MockNode>, notaryNode: MockNode, mapNode: MockNode)A bundle that separates the generic user nodes and service-providing nodes. A real network might not be so clearly separated, but this is convenient for testing. |
| mapNode |
val mapNode: MockNode |
| notaryNode |
val notaryNode: MockNode |
| partyNodes |
val partyNodes: List<MockNode> |