# `Cartouche.RPC.Configuration.BlobSchedule`
[🔗](https://github.com/zenhive/cartouche/blob/main/lib/cartouche/rpc.ex#L55)

Blob fee schedule active for one fork configuration.

# `t`

```elixir
@type t() :: %Cartouche.RPC.Configuration.BlobSchedule{
  base_fee_update_fraction: non_neg_integer() | nil,
  max: non_neg_integer() | nil,
  target: non_neg_integer() | nil
}
```

---

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