Mock Node Parameters
Immutable builder for configuring a StartedMockNode or an UnstartedMockNode via MockNetwork.createNode and MockNetwork.createUnstartedNode. Kotlin users can also use the named parameters overloads of those methods which are more convenient.
Constructors
Properties
TestCordapps that will be added to this node in addition to the ones shared by all nodes, which get specified at MockNetwork level.
Add/override behaviour of the NodeConfiguration mock object.
the initial entropy value to use when generating keys. Defaults to an (insecure) random value, but can be overridden to cause nodes to have stable or colliding identity/service keys.
Override the ID to use for the node. By default node ID's are generated sequentially in a MockNetwork. Specifying the same ID is required if a node is restarted.