LedgerData class

Constructors

LedgerData.new({required String? accountHash, required int closeFlags, required int closeTime, required String closeTimeHuman, required int closeTimeResolution, required bool closed, required String ledgerHash, required int ledgerIndex, required int parentCloseTime, required String parentHash, required int? seqNum, required BigInt totalCoins, required String transactionHash, required List<TransactionData> transactions})
const
LedgerData.fromJson(Map<String, dynamic> json)
factory

Properties

accountHash String?
final
closed bool
final
closeFlags int
final
closeTime int
final
closeTimeHuman String
final
closeTimeResolution int
final
hashCode int
The hash code for this object.
no setterinherited
ledgerHash String
final
ledgerIndex int
final
parentCloseTime int
final
parentHash String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seqNum int?
final
totalCoins BigInt
final
transactionHash String
final
transactions List<TransactionData>
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