Anoma.Node.Intents.IntentPool.IntentAddError (Anoma v0.29.0)
Summary
Types
@type t() :: %Anoma.Node.Intents.IntentPool.IntentAddError{ intent: Anoma.RM.Intent.t(), reason: String.t() }
I am an event specifying that an intent submission has failed alongside with a reason.
Fields
:intent
- The intent submitted.:reason
- The reason why it was rejected from the pool.