Stellar.XDR.TimeBounds (Elixir Stellar Base v0.1.1) View Source
Representation of Stellar TimeBounds
type.
Link to this section Summary
Link to this section Types
Specs
t() :: %Stellar.XDR.TimeBounds{ max_time: Stellar.XDR.TimePoint.t(), min_time: Stellar.XDR.TimePoint.t() }
Link to this section Functions
Specs
new( min_time :: Stellar.XDR.TimePoint.t(), max_time :: Stellar.XDR.TimePoint.t() ) :: t()