Stellar.XDR.OptionalTimeBounds (Elixir Stellar Base v0.1.3) View Source

Representation of Stellar OptionalTimeBounds type.

Link to this section Summary

Link to this section Types

Specs

t() :: %Stellar.XDR.OptionalTimeBounds{time_bounds: time_bounds()}

Specs

time_bounds() :: Stellar.XDR.TimeBounds.t() | nil

Link to this section Functions

Specs

new(time_bounds :: time_bounds()) :: t()