Sha256: 03ac13587375d937d88b3baae0cd424bea4b01c6bf0ba55a07498df3bb4cd8d8
Contents?: true
Size: 829 Bytes
Versions: 3
Compression:
Stored size: 829 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct ClaimLiquidityAtom # { # PoolID liquidityPoolID; # # // amount and asset taken from the pool # Asset assetSold; # int64 amountSold; # # // amount and asset sent to the pool # Asset assetBought; # int64 amountBought; # }; # # =========================================================================== module Stellar class ClaimLiquidityAtom < XDR::Struct attribute :liquidity_pool_id, PoolID attribute :asset_sold, Asset attribute :amount_sold, Int64 attribute :asset_bought, Asset attribute :amount_bought, Int64 end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
stellar-base-0.32.0 | generated/stellar/claim_liquidity_atom.rb |
stellar-base-0.31.0 | generated/stellar/claim_liquidity_atom.rb |
stellar-base-0.30.0 | generated/stellar/claim_liquidity_atom.rb |