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

Representation of Stellar OptionalSCVec type.

Link to this section Summary

Link to this section Types

@type sc_vec() :: StellarBase.XDR.SCVec.t() | nil
@type t() :: %StellarBase.XDR.OptionalSCVec{sc_vec: sc_vec()}

Link to this section Functions

@spec new(sc_vec :: sc_vec()) :: t()