XRPLedgerStateDetails class
Constructors
- XRPLedgerStateDetails.new({required String buildVersion, required String completeLedgers, required int initialSyncDurationUs, required int ioLatencyMs, required int jqTransOverflow, required XRPLastClose lastClose, required int loadBase, required int loadFactor, required int loadFactorFeeEscalation, required int loadFactorFeeQueue, required int loadFactorFeeReference, required int loadFactorServer, required int peerDisconnects, required int peerDisconnectsResources, required int peers, required String pubkeyNode, required String serverState, required int serverStateDurationUs, required XRPLedgerStateAccounting stateAccounting, required String time, required int uptime, required XRPLedgerValidatedLedger validatedLedger, required int validationQuorum})
-
XRPLedgerStateDetails.fromJson(Map<
String, dynamic> json) -
factory
Properties
- buildVersion → String
-
final
- completeLedgers → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- initialSyncDurationUs → int
-
final
- ioLatencyMs → int
-
final
- jqTransOverflow → int
-
final
- lastClose → XRPLastClose
-
final
- loadBase → int
-
final
- loadFactor → int
-
final
- loadFactorFeeEscalation → int
-
final
- loadFactorFeeQueue → int
-
final
- loadFactorFeeReference → int
-
final
- loadFactorServer → int
-
final
- peerDisconnects → int
-
final
- peerDisconnectsResources → int
-
final
- peers → int
-
final
- pubkeyNode → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverState → String
-
final
- serverStateDurationUs → int
-
final
- stateAccounting → XRPLedgerStateAccounting
-
final
- time → String
-
final
- uptime → int
-
final
- validatedLedger → XRPLedgerValidatedLedger
-
final
- validationQuorum → int
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited