Sha256: a14613cef3855f613fbe77ae1d6a512aeac26b9e498561160ae2fbf9ee894b2a

Contents?: true

Size: 510 Bytes

Versions: 8

Compression:

Stored size: 510 Bytes

Contents

# This code was automatically generated using xdrgen
# DO NOT EDIT or your changes may be overwritten

require 'xdr'

# === xdr source ============================================================
#
#   struct TimeBounds
#   {
#       uint64 minTime;
#       uint64 maxTime; // 0 here means no maxTime
#   };
#
# ===========================================================================
module Stellar
  class TimeBounds < XDR::Struct
    attribute :min_time, Uint64
    attribute :max_time, Uint64
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
stellar-base-0.19.0 generated/stellar/time_bounds.rb
stellar-base-0.18.0 generated/stellar/time_bounds.rb
stellar-base-0.17.0 generated/stellar/time_bounds.rb
stellar-base-0.16.0 generated/stellar/time_bounds.rb
stellar-base-0.15.0 generated/stellar/time_bounds.rb
stellar-base-0.14.0 generated/stellar/time_bounds.rb
stellar-base-0.13.0 generated/stellar/time_bounds.rb
stellar-base-0.12.0 generated/stellar/time_bounds.rb