XmtpElixirSdk.Signer (xmtp_elixir_sdk v0.1.2)

Copy Markdown

Canonical signer payload helpers for signature-request flows.

Summary

Types

Functions

eoa(identifier, signature)

scw(identifier, signature, chain_id, block_number \\ nil)

to_safe_signer(signer, signature)

@spec to_safe_signer(map(), binary()) ::
  {:ok, t()} | {:error, XmtpElixirSdk.Error.t()}