Function createInMemoryEvmKeyStore

  • Creates an EvmKeyStore instance which will only keep the keys in memory. That is, if the app is restarted or reloaded, the keys will be gone. Good for testing or for keys that are ephemeral in nature.

    Parameters

    • keyPair: KeyPair

      the object that holds the keys

    Returns EvmKeyStore