View Source Stellar.TxBuild.AuthorizedInvocation (Elixir Stellar SDK v0.13.0)

AuthorizedInvocation struct definition.

Link to this section Summary

Link to this section Types

Link to this type

authorized_invocation_list()

View Source
@type authorized_invocation_list() :: StellarBase.XDR.AuthorizedInvocationList.t()
@type error() :: Keyword.t() | atom()
@type t() :: %Stellar.TxBuild.AuthorizedInvocation{
  args: [Stellar.TxBuild.SCVal.t()],
  contract_id: binary(),
  function_name: String.t(),
  sub_invocations: [t()]
}
@type validation() :: {:ok, any()} | {:error, error()}