View Source Stellar.TxBuild.SCVal (Elixir Stellar SDK v0.12.0)

SCVal struct definition.

Link to this section Summary

Link to this section Types

@type t() :: %Stellar.TxBuild.SCVal{type: type(), value: value()}
@type type() :: :u63 | :u32 | :i32 | :static | :object | :symbol | :bitset | :status
@type validation() :: {:ok, any()} | {:error, atom()}