Function connect
Source pub async fn connect(request: ConnectRequest) -> Result<BreezSdk, SdkError>
Expand description
Connects to the Spark network using the provided configuration and mnemonic.
§Arguments
request - The connection request object
§Returns
Result containing either the initialized BreezSdk or an SdkError