CompatibilityZoneParams

Internal API to enable testing of the network map service and node registration process using the internal driver.

See also

Inheritors

Properties

Link copied to clipboard
val publishNotaries: (List<<Error class: unknown class>>) -> Unit

Hook for a network map server to capture the generated NotaryInfo objects needed for creating the network parameters. This is needed as the network map server is expected to distribute it. The callback will occur on a different thread to the driver-calling thread.

Link copied to clipboard

If specified then the nodes will register themselves with the doorman service using SharedCompatibilityZoneParams.url and expect the registration response to be rooted at this cert. If not specified then no registration is performed and the dev root cert is used as normal.

Functions

Link copied to clipboard
abstract fun config(): <Error class: unknown class>
Link copied to clipboard
abstract fun doormanURL(): URL
Link copied to clipboard
abstract fun networkMapURL(): URL