XmtpElixirSdk.Runtime
(xmtp_elixir_sdk v0.1.2)
Copy Markdown
Named supervised XMTP runtime.
Summary
Functions
Returns a specification to start this module under a supervisor.
Types
@type t() :: %XmtpElixirSdk.Runtime{name: atom()}
Functions
@spec child_spec(keyword()) :: Supervisor.child_spec()
Returns a specification to start this module under a supervisor.
See Supervisor.
@spec start_link(keyword()) :: Supervisor.on_start()
@spec unique_name() :: atom()