ForgeAbi v1.6.0 ForgeAbi.ApplicationTx View Source

Application defined transaction. We need to wrap the Any data with a container. Previously this was defined in ForgeTx. But it shall belong to here.

Link to this section Summary

Types

t()

Application defined transaction. It contains keys as folows

Link to this section Types

Link to this type

t() View Source
t() :: %ForgeAbi.ApplicationTx{itx: Google.Protobuf.Any.t() | nil}

Application defined transaction. It contains keys as folows:

  • :tx: inner transaction
  • :handler: then module to handle Forge.Handler behavior.

Link to this section Functions