ValidatedLedger class

Constructors

ValidatedLedger.new({required int age, required double baseFeeXrp, required String hash, required int reserveBaseXrp, required int reserveIncXrp, required int seq})
ValidatedLedger.fromJson(Map<String, dynamic> json)
factory

Properties

age int
final
baseFeeXrp double
final
hash String
final
hashCode int
The hash code for this object.
no setterinherited
reserveBaseXrp int
final
reserveIncXrp int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seq 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