Function realtimePlanFingerprint

  • Canonical plan-identity fingerprint for RealtimeResumeContextV1.queryFingerprint: the accepted plan's own trusted fingerprint field (hashQueryPlan(plan) === plan.fingerprint for every plan produced by explainQuery/parseQueryPlan). Named and exported so call sites bind resume identity to the plan by construction instead of by convention, without importing the query planner's protocol-compiler graph into @honua/sdk-js/realtime. Only QueryExecutionPlan["fingerprint"] is type-imported; nothing from query-planner/planner.js is bundled here.

    Parameters

    Returns `sha256:${string}`