Show / Hide Table of Contents

Class LiquidityPool

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

Constructors

LiquidityPool(LiquidityPoolID, Int32, LiquidityPoolType.LiquidityPoolTypeEnum, Int32, String, AssetAmount[])

Declaration
public LiquidityPool(LiquidityPoolID id, int feeBP, LiquidityPoolType.LiquidityPoolTypeEnum type, int totalTrustlines, string totalShares, AssetAmount[] reserves)
Parameters
Type Name Description
LiquidityPoolID id
System.Int32 feeBP
stellar_dotnet_sdk.xdr.LiquidityPoolType.LiquidityPoolTypeEnum type
System.Int32 totalTrustlines
System.String totalShares
AssetAmount[] reserves

Properties

FeeBP

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

ID

Declaration
public LiquidityPoolID ID { get; }
Property Value
LiquidityPoolID

Reserves

Declaration
public AssetAmount[] Reserves { get; }
Property Value
AssetAmount[]

TotalShares

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

TotalTrustlines

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

Type

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

Back to top Generated by DocFX