Show / Hide Table of Contents

Class AssetResponse

Inheritance
System.Object
Response
AssetResponse
Inherited Members
Response.RateLimitLimit
Response.RateLimitRemaining
Response.RateLimitReset
Response.SetHeaders(HttpResponseHeaders)
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class AssetResponse : Response, IPagingToken

Constructors

AssetResponse(String, String, String, String, String, Int32, AssetResponseFlags, AssetResponseLinks)

Declaration
public AssetResponse(string assetType, string assetCode, string assetIssuer, string pagingToken, string amount, int numAccounts, AssetResponseFlags flags, AssetResponseLinks links)
Parameters
Type Name Description
System.String assetType
System.String assetCode
System.String assetIssuer
System.String pagingToken
System.String amount
System.Int32 numAccounts
AssetResponseFlags flags
AssetResponseLinks links

Properties

Accounts

Declaration
public AssetResponse.AssetAccounts Accounts { get; set; }
Property Value
AssetResponse.AssetAccounts

Amount

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

Asset

Declaration
public Asset Asset { get; }
Property Value
Asset

AssetCode

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

AssetIssuer

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

AssetType

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

Balances

Declaration
public AssetResponse.AssetBalances Balances { get; set; }
Property Value
AssetResponse.AssetBalances

ClaimableBalancesAmount

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

Flags

Declaration
public AssetResponseFlags Flags { get; set; }
Property Value
AssetResponseFlags

Links

Declaration
public AssetResponseLinks Links { get; set; }
Property Value
AssetResponseLinks

LiquidityPoolsAmount

The amount of this asset held in liquidity pools

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

NumAccounts

Declaration
public long NumAccounts { get; set; }
Property Value
System.Int64

NumClaimableBalances

Declaration
public int NumClaimableBalances { get; set; }
Property Value
System.Int32

NumLiquidityPools

The number of liquidity pools trading this asset

Declaration
public int NumLiquidityPools { get; set; }
Property Value
System.Int32

PagingToken

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

Implements
IPagingToken.PagingToken
Back to top Generated by DocFX