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