Function setCryptoStoreFactory

  • Configure a different factory to be used for creating crypto stores

    Parameters

    • fac: () => CryptoStore

      a function which will return a new CryptoStore

    Returns void