# `Cartouche.RPC.Capabilities.Head`
[🔗](https://github.com/zenhive/cartouche/blob/main/lib/cartouche/rpc.ex#L162)

Block at the head of the node's advertised capability range.

# `t`

```elixir
@type t() :: %Cartouche.RPC.Capabilities.Head{
  hash: &lt;&lt;_::256&gt;&gt; | nil,
  number: non_neg_integer() | nil
}
```

---

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