Stellar.TxBuild.TimeBounds (Elixir Stellar SDK v0.3.0) View Source

TimeBounds struct definition.

Link to this section Summary

Link to this section Types

Specs

date_time() :: DateTime.t() | unix_date_time()

Specs

t() :: %Stellar.TxBuild.TimeBounds{
  max_time: unix_date_time(),
  min_time: unix_date_time()
}

Specs

unix_date_time() :: non_neg_integer()

Specs

validation() :: {:ok, unix_date_time()} | {:error, :atom}

Link to this section Functions

Specs

set_timeout(max_time :: date_time()) :: t() | {:error, atom()}