View Source StellarBase.XDR.AuthorizedInvocationList (Elixir Stellar Base v0.9.0)
Representation of a Stellar AuthorizedInvocationList
list.
Link to this section Summary
Link to this section Types
@type t() :: %StellarBase.XDR.AuthorizedInvocationList{ sub_invocations: [StellarBase.XDR.AuthorizedInvocation.t()] }
Link to this section Functions
@spec new(sub_invocations :: [StellarBase.XDR.AuthorizedInvocation.t()]) :: t()