Base class for unlocking an encrypted seed cipher.

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

finishUnlockCb: ((secretSeed) => UnlockedSeedBundle)

Type declaration

Methods

  • Once the secretSeed is decrypted, subclass instances will call this to generate the actual UnlockedSeedBundle instance.

    Parameters

    Returns UnlockedSeedBundle

    an instance of UnlockedSeedBundle.