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§
- Admin
Runtime Config - Runtime configuration values the admin surface needs.
- Admin
State - Narrow operator/admin state.