Show / Hide Table of Contents

Class LedgerResponse

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

Constructors

LedgerResponse(UInt32, String, String, String, Nullable<Int32>, Int32, Int32, String, String, String, Int64, String, String, String, Int32, Nullable<Int32>, LedgerResponse.LedgerResponseLinks)

Declaration
public LedgerResponse(uint sequence, String hash, String pagingToken, String prevHash, int? failedTransactionCount, int successfulTransactionCount, int operationCount, String closedAt, String totalCoins, String feePool, long baseFee, String baseReserve, String baseFeeInStroops, String baseReserveInStroops, int maxTxSetSize, int? txSetOperationCount, LedgerResponse.LedgerResponseLinks links)
Parameters
Type Name Description
System.UInt32 sequence
String hash
String pagingToken
String prevHash
System.Nullable<System.Int32> failedTransactionCount
System.Int32 successfulTransactionCount
System.Int32 operationCount
String closedAt
String totalCoins
String feePool
System.Int64 baseFee
String baseReserve
String baseFeeInStroops
String baseReserveInStroops
System.Int32 maxTxSetSize
System.Nullable<System.Int32> txSetOperationCount
LedgerResponse.LedgerResponseLinks links

Properties

BaseFee

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

BaseFeeInStroops

Declaration
public String BaseFeeInStroops { get; }
Property Value
String

BaseReserve

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

BaseReserveInStroops

Declaration
public String BaseReserveInStroops { get; }
Property Value
String

ClosedAt

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

FailedTransactionCount

Declaration
public int? FailedTransactionCount { get; }
Property Value
System.Nullable<System.Int32>

FeePool

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

Hash

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

Links

Declaration
public LedgerResponse.LedgerResponseLinks Links { get; }
Property Value
LedgerResponse.LedgerResponseLinks

MaxTxSetSize

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

OperationCount

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

PagingToken

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

Implements
IPagingToken.PagingToken

PrevHash

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

Sequence

Declaration
public uint Sequence { get; }
Property Value
System.UInt32

SuccessfulTransactionCount

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

TotalCoins

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

TxSetOperationCount

Declaration
public int? TxSetOperationCount { get; }
Property Value
System.Nullable<System.Int32>

Back to top Generated by DocFX