Sha256: 71ff43a9d6078b3a0770d32db5187faf5d2c2474ab75a6a45057d6186728f810

Contents?: true

Size: 662 Bytes

Versions: 2

Compression:

Stored size: 662 Bytes

Contents

# This code was automatically generated using xdrgen
# DO NOT EDIT or your changes may be overwritten

require 'xdr'

# === xdr source ============================================================
#
#   struct LiquidityPoolConstantProductParameters
#   {
#       Asset assetA; // assetA < assetB
#       Asset assetB;
#       int32 fee;    // Fee is in basis points, so the actual rate is (fee/100)%
#   };
#
# ===========================================================================
module Stellar
  class LiquidityPoolConstantProductParameters < XDR::Struct
    attribute :asset_a, Asset
    attribute :asset_b, Asset
    attribute :fee,     Int32
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
stellar-base-0.31.0 generated/stellar/liquidity_pool_constant_product_parameters.rb
stellar-base-0.30.0 generated/stellar/liquidity_pool_constant_product_parameters.rb