Cyclium.OutputProposal (Cyclium v0.1.5)

Copy Markdown

A proposed output from a strategy's converge phase. The strategy must set the dedupe_key — it requires domain knowledge.

Summary

Types

t()

@type t() :: %Cyclium.OutputProposal{
  dedupe_key: binary(),
  payload: map(),
  requires_approval: boolean(),
  type: atom()
}