XmtpElixirSdk.Types.TransactionReference (xmtp_elixir_sdk v0.1.2)

Copy Markdown

Transaction reference content.

Summary

Types

t()

@type t() :: %XmtpElixirSdk.Types.TransactionReference{
  metadata: map() | nil,
  namespace: String.t() | nil,
  network_id: String.t(),
  reference: String.t()
}