View Source StellarBase.XDR.TimeBounds (Elixir Stellar Base v0.11.0)

Representation of Stellar TimeBounds type.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.TimeBounds{
  max_time: StellarBase.XDR.TimePoint.t(),
  min_time: StellarBase.XDR.TimePoint.t()
}

Link to this section Functions

@spec new(
  min_time :: StellarBase.XDR.TimePoint.t(),
  max_time :: StellarBase.XDR.TimePoint.t()
) :: t()