LedgerResponse class

Represents ledger response received from the horizon server. See: Ledger documentation

Inheritance

Constructors

LedgerResponse(int sequence, String hash, String pagingToken, String prevHash, int transactionCount, int successfulTransactionCount, int failedTransactionCount, int operationCount, String closedAt, String totalCoins, String feePool, int baseFee, String baseFeeInStroops, String baseReserve, String baseReserveInStroops, int maxTxSetSize, int protocolVersion, String headerXdr, LedgerResponseLinks links)
LedgerResponse.fromJson(Map<String, dynamic> json)
factory

Properties

baseFee int
read / write
baseFeeInStroops String
read / write
baseReserve String
read / write
baseReserveInStroops String
read / write
closedAt String
read / write
failedTransactionCount int
read / write
feePool String
read / write
hash String
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
headerXdr String
read / write
read / write
maxTxSetSize int
read / write
operationCount int
read / write
pagingToken String
read / write
prevHash String
read / write
protocolVersion int
read / write
rateLimitLimit int
read / write, inherited
rateLimitRemaining int
read / write, inherited
rateLimitReset int
read / write, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
sequence int
read / write
successfulTransactionCount int
read / write
totalCoins String
read / write
transactionCount int
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
setHeaders(Map<String, String> headers) → void
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited