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

Representation of Stellar OptionalTimeBounds type.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.OptionalTimeBounds{time_bounds: time_bounds()}
@type time_bounds() :: StellarBase.XDR.TimeBounds.t() | nil

Link to this section Functions

@spec new(time_bounds :: time_bounds()) :: t()