View Source Stellar.TxBuild.AuthorizedInvocation (Elixir Stellar SDK v0.14.0)
AuthorizedInvocation
struct definition.
Link to this section Summary
Link to this section Types
@type authorized_invocation_list() :: StellarBase.XDR.AuthorizedInvocationList.t()
@type t() :: %Stellar.TxBuild.AuthorizedInvocation{ args: [Stellar.TxBuild.SCVal.t()], contract_id: binary(), function_name: String.t(), sub_invocations: [t()] }