ProofServerContainer
Midnight.js API Reference v2.0.2
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