Sha256: 014b0af1514f1f4e3f49db2d76c5fd74d688d5d49b3ff6d4ab8c36755fdfa1cd

Contents?: true

Size: 655 Bytes

Versions: 11

Compression:

Stored size: 655 Bytes

Contents

# Automatically generated on 2015-05-13T15:00:04-07:00
# DO NOT EDIT or your changes may be overwritten
        
require 'xdr'

# === xdr source ============================================================
#
#   enum InflationResultCode
#   {
#       // codes considered as "success" for the operation
#       INFLATION_SUCCESS = 0,
#       // codes considered as "failure" for the operation
#       INFLATION_NOT_TIME = -1
#   };
#
# ===========================================================================
module Stellar
  class InflationResultCode < XDR::Enum
    member :inflation_success,  0
    member :inflation_not_time, -1

    seal
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
stellar-base-0.0.18 generated/stellar/inflation_result_code.rb
stellar-base-0.0.17 generated/stellar/inflation_result_code.rb
stellar-base-0.0.16 generated/stellar/inflation_result_code.rb
stellar-base-0.0.15 generated/stellar/inflation_result_code.rb
stellar-base-0.0.14 generated/stellar/inflation_result_code.rb
stellar-base-0.0.13 generated/stellar/inflation_result_code.rb
stellar-base-0.0.12 generated/stellar/inflation_result_code.rb
stellar-base-0.0.11 generated/stellar/inflation_result_code.rb
stellar-base-0.0.10 generated/stellar/inflation_result_code.rb
stellar-base-0.0.9 generated/stellar/inflation_result_code.rb
stellar-base-0.0.8 generated/stellar/inflation_result_code.rb