View Source Stellar.TxBuild.SCVec (Elixir Stellar SDK v0.22.0)

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()