Checks whether a wallet exists with completed signing shares. This method verifies the presence of a wallet by checking for completed signing shares.
forChainId
: Optional chain identifier (e.g., “eip155:1” for Ethereum mainnet, “solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp” for Solana mainnet). If nil, checks for wallets across all chains.true
if a wallet exists for the specified chain and has at least one completed signing sharefalse
if no wallet exists or if no signing shares are completedtrue
if any wallet exists and has at least one completed signing sharefalse
if no wallets exist or if no signing shares are completedPortalClassError.clientNotAvailable
if the client is not initialized.completed