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