Cartouche.RPC.Configuration.BlobSchedule (Cartouche v0.8.0)

Copy Markdown View Source

Blob fee schedule active for one fork configuration.

Summary

Types

t()

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