Constructor
# new PantalaimonClient(homeserverUrl, storageProvider)
Creates a new PantalaimonClient class for interacting with Pantalaimon. The storage
provider given will also be used in the client.
Parameters:
Name | Type | Description |
---|---|---|
homeserverUrl |
string
|
The homeserver (Pantalaimon) URL to interact with. |
storageProvider |
IStorageProvider
|
The storage provider to back the client with. |