ValidatedLedger constructor
ValidatedLedger({})
Implementation
ValidatedLedger({
required this.age,
required this.baseFeeXrp,
required this.hash,
required this.reserveBaseXrp,
required this.reserveIncXrp,
required this.seq,
});