Sha256: bd4c5304181cb46a687bec6a34526a61dab0fa4d1271d94adad3d640fd99b89c
Contents?: true
Size: 808 Bytes
Versions: 2
Compression:
Stored size: 808 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct LiquidityPoolWithdrawOp # { # PoolID liquidityPoolID; # int64 amount; // amount of pool shares to withdraw # int64 minAmountA; // minimum amount of first asset to withdraw # int64 minAmountB; // minimum amount of second asset to withdraw # }; # # =========================================================================== module Stellar class LiquidityPoolWithdrawOp < XDR::Struct attribute :liquidity_pool_id, PoolID attribute :amount, Int64 attribute :min_amount_a, Int64 attribute :min_amount_b, Int64 end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stellar-base-0.31.0 | generated/stellar/liquidity_pool_withdraw_op.rb |
stellar-base-0.30.0 | generated/stellar/liquidity_pool_withdraw_op.rb |