ts-algochat
    Preparing search index...

    Class InMemoryKeyStorage

    In-memory implementation of EncryptionKeyStorage (for testing).

    WARNING: This is NOT secure for production use. Keys are stored in memory without encryption and are lost when the process exits.

    Implements

    Index

    Constructors

    Methods

    • Store a private key for an address

      Parameters

      • privateKey: Uint8Array
      • address: string
      • Optional_requireBiometric: boolean

      Returns Promise<void>