Show / Hide Table of Contents

Class LiquidityPoolResponse

Inheritance
System.Object
Response
LiquidityPoolResponse
Inherited Members
Response.RateLimitLimit
Response.RateLimitRemaining
Response.RateLimitReset
Response.SetHeaders(HttpResponseHeaders)
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class LiquidityPoolResponse : Response, IPagingToken

Properties

FeeBP

Declaration
public int FeeBP { get; set; }
Property Value
System.Int32

ID

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

Links

Declaration
public LiquidityPoolResponse.LiquidityPoolResponseLinks Links { get; set; }
Property Value
LiquidityPoolResponse.LiquidityPoolResponseLinks

PagingToken

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

Implements
IPagingToken.PagingToken

Reserves

Declaration
public Reserve[] Reserves { get; set; }
Property Value
Reserve[]

TotalShares

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

TotalTrustlines

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

Type

Declaration
public LiquidityPoolType.LiquidityPoolTypeEnum Type { get; set; }
Property Value
stellar_dotnet_sdk.xdr.LiquidityPoolType.LiquidityPoolTypeEnum

Back to top Generated by DocFX