LedgerData class

Constructors

LedgerData({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})
LedgerData.fromJson(Map<String, dynamic> json)
factory

Properties

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