ProofServerContainer
@midnight-ntwrk/testkit-js v3.1.0
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