XRPLedgerStateAccounting constructor
XRPLedgerStateAccounting({
- required XRPLedgerStateAccountingDuration connected,
- required XRPLedgerStateAccountingDuration disconnected,
- required XRPLedgerStateAccountingDuration full,
- required XRPLedgerStateAccountingDuration syncing,
- required XRPLedgerStateAccountingDuration tracking,
Implementation
XRPLedgerStateAccounting({
required this.connected,
required this.disconnected,
required this.full,
required this.syncing,
required this.tracking,
});