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