Sha256: ca72477d7a2b96b5f73a1f41c0cb7bee745ceab8f26c31d089c28fa9f171f78f
Contents?: true
Size: 655 Bytes
Versions: 2
Compression:
Stored size: 655 Bytes
Contents
# Automatically generated on 2015-04-26T19:13:29-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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stellar-base-0.0.3 | generated/stellar/inflation_result_code.rb |
stellar-base-0.0.2 | generated/stellar/inflation_result_code.rb |