Show / Hide Table of Contents

Class LiquidityPoolClaimableAssetAmount

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

Constructors

LiquidityPoolClaimableAssetAmount(Asset, String, String)

Declaration
public LiquidityPoolClaimableAssetAmount(Asset asset, string amount, string claimableBalanceID)
Parameters
Type Name Description
Asset asset
System.String amount
System.String claimableBalanceID

Properties

Amount

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

Asset

Declaration
public Asset Asset { get; }
Property Value
Asset

ClaimableBalanceID

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

Back to top Generated by DocFX