Creates an instance of ConnectionsRepoLocalStorage.
Optional
storageKey: string = "ccc-joy-id-signer"The local storage key.
Reads all connections from local storage.
A promise that resolves to an array of selectors and connections.
Gets a connection for the given selector.
The account selector.
A promise that resolves to the connection, if found.
Sets a connection for the given selector.
The account selector.
The connection to set.
Class representing a local storage-based repository for managing connections.