Skip to main content

Midnight.js API Reference v1.0.0


Midnight.js API Reference / @midnight-ntwrk/midnight-js-testing / ProofServerContainer

Interface: ProofServerContainer

Interface representing a proof server container that can be started and stopped.

Methods

getUrl()

getUrl(): string

Gets the URL where the proof server can be accessed.

Returns

string

The URL of the proof server


stop()

stop(): Promise<void>

Stops the proof server container.

Returns

Promise<void>

A promise that resolves when the container is stopped