connect_with_signer

Function connect_with_signer 

Source
pub async fn connect_with_signer(
    request: ConnectWithSignerRequest,
) -> Result<BreezSdk, SdkError>
Expand description

Connects to the Spark network using an external signer.

This method allows using a custom signer implementation instead of providing a seed directly.

§Arguments

  • request - The connection request object with external signer

§Returns

Result containing either the initialized BreezSdk or an SdkError