Anoma.Node.Intents.IntentPool.IntentAddSuccess (Anoma v0.29.0)

Summary

Types

t()

I am an event specifying that an intent has been submitted succesfully.

Types

@type t() :: %Anoma.Node.Intents.IntentPool.IntentAddSuccess{
  intent: Anoma.RM.Intent.t()
}

I am an event specifying that an intent has been submitted succesfully.

Fields

  • :intent - The intent added.