# `ITF.State`
[🔗](https://github.com/kokjinsam/itf/blob/v0.1.0/lib/itf/state.ex#L1)

A trace state with decoded declarations and untouched auxiliary fields.

# `t`

```elixir
@type t() :: %ITF.State{
  extensions: map(),
  metadata: map(),
  values: %{required(String.t()) =&gt; ITF.Value.t()}
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
