restoreSuccess abstract method

String restoreSuccess(
  1. int count
)

Confirmation after a successful restore

In en, this message translates to: 'Restored {count} proofs from backup'

Implementation

String restoreSuccess(int count);