You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 10, 2025. It is now read-only.
* Creates a Fluence client. If the `connectTo` is specified connects the client to the network
64
65
* @param { string | Multiaddr | Node } [connectTo] - Node in Fluence network to connect to. If not specified client will not be connected to the n
65
66
* @param { PeerId | string } [peerIdOrSeed] - The Peer Id of the created client. Specified either as PeerId structure or as seed string. Will be generated randomly if not specified
67
+
* @param { FluenceConnectionOptions } [options] - additional configuraton options for Fluence Connection made with the client
66
68
* @returns { Promise<FluenceClient> } Promise which will be resolved with the created FluenceClient
0 commit comments