import { getTraceStateValue } from "https://deno.land/x/w3_trace_state@v1.1.0/trace_state.ts";
Extract a value from the TraceState. The key must be a valid trace key and an error will be thrown if it is not
Parameters
state: TraceState
a valid TraceState
Returns
the value associated with the key, or undefined if the key does not exist in the TraceState