Interface IKeyBackupRestoreOpts

Hierarchy

  • IKeyBackupRestoreOpts

Properties

cacheCompleteCallback?: (() => void)

Type declaration

    • (): void
    • Returns void

progressCallback?: ((progress: {
    stage: string;
}) => void)

Type declaration

    • (progress: {
          stage: string;
      }): void
    • Parameters

      • progress: {
            stage: string;
        }
        • stage: string

      Returns void

Generated using TypeDoc