Skip to main content

Module state

Module state 

Source
Expand description

Narrow application state for the admin/operator HTTP surface.

AdminState holds exactly the subset of the runtime that admin handlers touch, and every field type resolves from a stable lower crate (hypercall-runtime-api, hypercall-competition, hypercall-types, hypercall-db, hypercall-signer, hypercall-vol-oracle, tokio). It deliberately does NOT reference any hypercall-api internal type, so this module (together with the rest of admin/) can be git mv’d into a standalone hypercall-admin crate with no rewiring.

Structs§

AdminRuntimeConfig
Runtime configuration values the admin surface needs.
AdminState
Narrow operator/admin state.

Constants§

ENGINE_RESPONSE_TIMEOUT 🔒