Sha256: 9d4b24dd0cbf7c07a9645682ddbb01384e609fb6c19bf7ce5a9699db998c3105
Contents?: true
Size: 527 Bytes
Versions: 18
Compression:
Stored size: 527 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # enum StellarValueType # { # STELLAR_VALUE_BASIC = 0, # STELLAR_VALUE_SIGNED = 1 # }; # # =========================================================================== module Stellar class StellarValueType < XDR::Enum member :stellar_value_basic, 0 member :stellar_value_signed, 1 seal end end
Version data entries
18 entries across 18 versions & 1 rubygems