AgentWorld.TxRequest (agent_world v0.1.0)

Copy Markdown

Unsigned request that can be handed to a wallet for AgentBook registration.

Summary

Types

t()

@type t() :: %AgentWorld.TxRequest{
  chain_id: non_neg_integer(),
  data: String.t(),
  description: String.t(),
  expected_signer: String.t(),
  expires_at: String.t() | nil,
  idempotency_key: String.t(),
  risk_copy: String.t(),
  to: String.t(),
  value: String.t()
}