Sha256: 5a68397c0e52ffe91e246473b6b23264414694b595ed190e5c05aa0608b76308
Contents?: true
Size: 482 Bytes
Versions: 3
Compression:
Stored size: 482 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # enum LiquidityPoolType # { # LIQUIDITY_POOL_CONSTANT_PRODUCT = 0 # }; # # =========================================================================== module Stellar class LiquidityPoolType < XDR::Enum member :liquidity_pool_constant_product, 0 seal end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
stellar-base-0.32.0 | generated/stellar/liquidity_pool_type.rb |
stellar-base-0.31.0 | generated/stellar/liquidity_pool_type.rb |
stellar-base-0.30.0 | generated/stellar/liquidity_pool_type.rb |