XRPLedgerStateAccounting constructor

XRPLedgerStateAccounting({
  1. required XRPLedgerStateAccountingDuration connected,
  2. required XRPLedgerStateAccountingDuration disconnected,
  3. required XRPLedgerStateAccountingDuration full,
  4. required XRPLedgerStateAccountingDuration syncing,
  5. required XRPLedgerStateAccountingDuration tracking,
})

Implementation

XRPLedgerStateAccounting({
  required this.connected,
  required this.disconnected,
  required this.full,
  required this.syncing,
  required this.tracking,
});