Sha256: 6d246117420542765755337ac1f85a14525f06f5fb4dfd30b8614411ba80a62e

Contents?: true

Size: 645 Bytes

Versions: 48

Compression:

Stored size: 645 Bytes

Contents

# This code was automatically generated using xdrgen
# 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

48 entries across 48 versions & 3 rubygems

Version Path
stellar-base-0.32.0 generated/stellar/inflation_result_code.rb
stellar-base-0.31.0 generated/stellar/inflation_result_code.rb
stellar-base-0.30.0 generated/stellar/inflation_result_code.rb
stellar-base-0.29.0 generated/stellar/inflation_result_code.rb
stellar-base-0.28.0 generated/stellar/inflation_result_code.rb
stellar-base-0.27.0 generated/stellar/inflation_result_code.rb
stellar-base-0.26.0 generated/stellar/inflation_result_code.rb
stellar-base-0.25.0 generated/stellar/inflation_result_code.rb
stellar-base-0.24.0 generated/stellar/inflation_result_code.rb
stellar-base-0.24.0.pre.1 generated/stellar/inflation_result_code.rb
stellar-base-0.23.1 generated/stellar/inflation_result_code.rb
stellar-base-0.23.0 generated/stellar/inflation_result_code.rb
stellar-base-0.23.0.rc2 generated/stellar/inflation_result_code.rb
stellar-base-0.23.0.rc1 generated/stellar/inflation_result_code.rb
stellar-base-0.23.0.pre1 generated/stellar/inflation_result_code.rb
stellar-base-0.22.0 generated/stellar/inflation_result_code.rb
stellar-base-0.21.0 generated/stellar/inflation_result_code.rb
stellar-base-0.20.0 generated/stellar/inflation_result_code.rb
stellar-base-0.19.0 generated/stellar/inflation_result_code.rb
stellar-base-0.18.0 generated/stellar/inflation_result_code.rb