A minted routing grant from a route response: the granted key and its budget
and expiry. Wire vocabulary — plain data parsed by Mimir.RouteResponse.new/1.
Summary
Types
@type t() :: %Mimir.Grant{ budget_microdollars: non_neg_integer() | nil, expires_at: String.t() | nil, key: String.t() }