View Source StellarBase.XDR.AuthorizedInvocationList (Elixir Stellar Base v0.11.1)

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

Link to this function

new(sub_invocations \\ [])

View Source
@spec new(sub_invocations :: [StellarBase.XDR.AuthorizedInvocation.t()]) :: t()