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()}
@type validation() :: {:ok, any()} | error()

Functions

Link to this function

append_sc_val(module, item)

View Source
@spec append_sc_val(t(), item :: Stellar.TxBuild.SCVal.t()) :: t() | error()