Docs

IsConnected

Check whether there's a signer connected with the SDK.

Usage

Call this method to check if a signer (e.g. a wallet) is connected to the SDK.

var data = await sdk.Wallet.IsConnected();

Return Value

Returns true if a signer is connected, false if not.

bool