Class LiquidityPoolWithdrawOperationResponse
Inheritance
System.Object
LiquidityPoolWithdrawOperationResponse
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class LiquidityPoolWithdrawOperationResponse : OperationResponse, IPagingToken
Constructors
Declaration
public LiquidityPoolWithdrawOperationResponse()
Properties
Declaration
public LiquidityPoolID LiquidityPoolID { get; set; }
Property Value
Declaration
public List<Reserve> ReservesMin { get; set; }
Property Value
Declaration
public List<Reserve> ReservesReceived { get; set; }
Property Value
Declaration
public string Shares { get; set; }
Property Value
Declaration
public override int TypeId { get; }
Property Value
Overrides