View Source StellarBase.XDR.SorobanAuthorizedInvocation (Elixir Stellar Base v0.16.0)
Automatically generated by xdrgen DO NOT EDIT or your changes may be overwritten
Target implementation: elixir_xdr at https://hex.pm/packages/elixir_xdr
Representation of Stellar SorobanAuthorizedInvocation
type.
Summary
Types
@type function_type() :: StellarBase.XDR.SorobanAuthorizedFunction.t()
@type sub_invocations_type() :: StellarBase.XDR.SorobanAuthorizedInvocationList.t()
@type t() :: %StellarBase.XDR.SorobanAuthorizedInvocation{ function: function_type(), sub_invocations: sub_invocations_type() }
Functions
@spec new(function :: function_type(), sub_invocations :: sub_invocations_type()) :: t()