Class LiquidityPoolDepositOperation
Inheritance
System.Object
LiquidityPoolDepositOperation
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class LiquidityPoolDepositOperation : Operation
Properties
Declaration
public LiquidityPoolID LiquidityPoolID { get; set; }
Property Value
Declaration
public string MaxAmountA { get; }
Property Value
Declaration
public string MaxAmountB { get; }
Property Value
Declaration
public Price MaxPrice { get; }
Property Value
Declaration
public Price MinPrice { get; }
Property Value
Methods
Declaration
public override Operation.OperationBody ToOperationBody()
Returns
|
stellar_dotnet_sdk.xdr.Operation.OperationBody
|
Overrides