View Source Stellar.TxBuild.SCVec (Elixir Stellar SDK v0.17.1)
ScVec
struct definition.
Summary
Types
@type error() :: {:error, atom()}
@type items() :: [Stellar.TxBuild.SCVal.t()]
@type t() :: %Stellar.TxBuild.SCVec{items: items()}
Functions
@spec append_sc_val(t(), item :: Stellar.TxBuild.SCVal.t()) :: t() | error()