MockPublicKeyToOwningIdentityCache

A mock implementation of WritablePublicKeyToOwningIdentityCache that stores all key mappings in memory. Used in testing scenarios that do not require database access.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun get(key: PublicKey): <Error class: unknown class>
Link copied to clipboard
open fun set(key: PublicKey, value: <Error class: unknown class>)