Show / Hide Table of Contents

Class ClaimLiquidityAtom

Inheritance
System.Object
ClaimLiquidityAtom
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class ClaimLiquidityAtom : object

Properties

AmountBought

Amount Bought

Declaration
public string AmountBought { get; set; }
Property Value
System.String

AmountSold

Amount sold

Declaration
public string AmountSold { get; set; }
Property Value
System.String

AssetBought

Asset Bought

Declaration
public Asset AssetBought { get; set; }
Property Value
Asset

AssetSold

Asset sold

Declaration
public Asset AssetSold { get; set; }
Property Value
Asset

LiquidityPoolID

The Liquidity Pool ID

Declaration
public LiquidityPoolID LiquidityPoolID { get; set; }
Property Value
LiquidityPoolID

Methods

FromXdr(ClaimLiquidityAtom)

Get new ClaimLiquityAtom object parsed from an XDR ClaimLiquidityAtom.

Declaration
public static ClaimLiquidityAtom FromXdr(ClaimLiquidityAtom claimLiquidityAtomXdr)
Parameters
Type Name Description
stellar_dotnet_sdk.xdr.ClaimLiquidityAtom claimLiquidityAtomXdr
Returns
ClaimLiquidityAtom

Back to top Generated by DocFX