Mimir.Grant (Mimir v0.3.0)

Copy Markdown View Source

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

t()

@type t() :: %Mimir.Grant{
  budget_microdollars: non_neg_integer() | nil,
  expires_at: String.t() | nil,
  key: String.t()
}