Show / Hide Table of Contents

Class LiquidityPoolResponse.LiquidityPoolResponseLinks

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

Constructors

LiquidityPoolResponseLinks(Link, Link, Link, Link)

Declaration
public LiquidityPoolResponseLinks(Link effects, Link operations, Link self, Link transactions)
Parameters
Type Name Description
Link effects
Link operations
Link self
Link transactions

Properties

Effects

Declaration
public Link Effects { get; set; }
Property Value
Link

Operations

Declaration
public Link Operations { get; set; }
Property Value
Link

Self

Declaration
public Link Self { get; set; }
Property Value
Link

Transactions

Declaration
public Link Transactions { get; set; }
Property Value
Link

Back to top Generated by DocFX