Class LiquidityPoolResponse
Inheritance
System.Object
LiquidityPoolResponse
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class LiquidityPoolResponse : Response, IPagingToken
Properties
Declaration
public int FeeBP { get; set; }
Property Value
Declaration
public LiquidityPoolID ID { get; set; }
Property Value
Declaration
public LiquidityPoolResponse.LiquidityPoolResponseLinks Links { get; set; }
Property Value
Declaration
public string PagingToken { get; set; }
Property Value
Implements
Declaration
public Reserve[] Reserves { get; set; }
Property Value
Declaration
public string TotalShares { get; set; }
Property Value
Declaration
public string TotalTrustlines { get; set; }
Property Value
Declaration
public LiquidityPoolType.LiquidityPoolTypeEnum Type { get; set; }
Property Value
|
stellar_dotnet_sdk.xdr.LiquidityPoolType.LiquidityPoolTypeEnum
|