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

Representation of Stellar SCSpecTypeVec type.

Link to this section Summary

Link to this section Types

@type element_type() :: StellarBase.XDR.SCSpecTypeDef.t()
@type t() :: %StellarBase.XDR.SCSpecTypeVec{element_type: element_type()}

Link to this section Functions

@spec new(element_type :: element_type()) :: t()