Show / Hide Table of Contents

Class LiquidityPoolDepositOperation

Inheritance
System.Object
Operation
LiquidityPoolDepositOperation
Inherited Members
Operation.SourceAccount
Operation.Threshold
Operation.ToXdrAmount(String)
Operation.FromXdrAmount(Int64)
Operation.ToXdr()
Operation.ToXdrBase64()
Operation.FromXdr(Operation)
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class LiquidityPoolDepositOperation : Operation

Properties

LiquidityPoolID

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

MaxAmountA

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

MaxAmountB

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

MaxPrice

Declaration
public Price MaxPrice { get; }
Property Value
Price

MinPrice

Declaration
public Price MinPrice { get; }
Property Value
Price

Methods

ToOperationBody()

Declaration
public override Operation.OperationBody ToOperationBody()
Returns
stellar_dotnet_sdk.xdr.Operation.OperationBody

Overrides
Operation.ToOperationBody()
Back to top Generated by DocFX