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

Representation of a Stellar SCSpecTypeDef list.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.SCSpecTypeDefList12{
  sc_spec_type_defs: [StellarBase.XDR.SCSpecTypeDef.t()]
}

Link to this section Functions

@spec new(sc_spec_type_defs :: [StellarBase.XDR.SCSpecTypeDef.t()]) :: t()