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

Representation of Stellar OptionalSCVec type.

Summary

Types

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

Functions

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