LedgerRecoveryResult

data class LedgerRecoveryResult(val totalRecoveredRecords: Long, val totalRecoveredTransactions: Long, val totalRecoveredInFlightTransactions: Long, val totalErrors: Long)

Constructors

Link copied to clipboard
constructor(totalRecoveredRecords: Long, totalRecoveredTransactions: Long, totalRecoveredInFlightTransactions: Long, totalErrors: Long)

Properties