Home > borogove > Client > (constructor)
Client.(constructor)
Create a new Client to connect to a particular account
Signature:
constructor(accountId: string, persistence: borogove.Persistence);
Parameters
| Parameter | Type | Description |
|---|---|---|
| accountId | string | the account to connect to |
| persistence | borogove.Persistence | the persistence layer to use for storage |