Module miden_node_store::server

source ·

Structs§

  • Represents an initialized store component where the RPC connection is open, but not yet actively responding to requests. Separating the connection binding from the server spawning allows the caller to connect other components to the store without resorting to sleeps or other mechanisms to spawn dependent components.