Driver DSLImpl
Constructors
Types
Properties
Returns the NotaryHandle for the single notary on the network. Throws if there are none or more than one.
Returns the identity of the single notary on the network. Throws if there are none or more than one.
Returns a CordaFuture on the NodeHandle for the single-node notary on the network. Throws if there are no notaries or more than one, or if the notary is a distributed cluster.
Returns a list of NotaryHandles matching the list of NotarySpecs passed into driver.
Functions
Returns the base directory for a node with the given CordaX500Name. This method is useful if the base directory is needed before the node is started.
Polls a function until it returns a non-null value. Note that there is no timeout on the polling.
Polls the given function until it returns true.
Start a node using the default values of NodeParameters.
Start a node.
Start a node using the parameter values of the given NodeParameters.
Call startWebserver with a default maximumHeapSize.
Starts a web server for a node