XmtpElixirSdk.BrowserShim.Action.Request (xmtp_elixir_sdk v0.1.2)

Copy Markdown

A request sent from Elixir to the browser shim.

Summary

Types

t()

@type t() :: %XmtpElixirSdk.BrowserShim.Action.Request{
  action: String.t(),
  data: term(),
  id: String.t()
}