Show / Hide Table of Contents

Class ClaimableBalanceResponse

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

Properties

Amount

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

Asset

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

Claimants

Declaration
public Claimant[] Claimants { get; }
Property Value
Claimant[]

Id

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

LastModifiedLedger

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

PagingToken

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

Sponsor

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

Back to top Generated by DocFX