View Source StellarBase.XDR.SCVec (Elixir Stellar Base v0.9.1)

Representation of Stellar SCVec list.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.SCVec{sc_vals: [StellarBase.XDR.SCVal.t()]}

Link to this section Functions

@spec new(sc_vals :: [StellarBase.XDR.SCVal.t()]) :: t()