XmtpElixirSdk.Types.KeyPackageStatus (xmtp_elixir_sdk v0.1.2)

Copy Markdown

Key package status.

Summary

Types

t()

@type t() :: %XmtpElixirSdk.Types.KeyPackageStatus{
  installation_id: String.t(),
  not_after: non_neg_integer(),
  not_before: non_neg_integer(),
  valid: boolean(),
  validation_error: String.t() | nil
}