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

Copy Markdown

A successful response sent back from the browser shim.

Summary

Types

t()

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