Checks whether a wallet has completed backups. This method verifies if backup shares have been successfully created and stored.
forChainId
: Optional chain identifier (e.g., “eip155:1” for Ethereum mainnet, “solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp” for Solana mainnet). If nil, checks backup status across all chains.true
if a wallet exists for the specified chain and has at least one completed backup sharefalse
if no wallet exists or if no backup shares are completednil
:
true
if any wallet exists and has at least one completed backup sharefalse
if no wallets exist or if no backup shares are completedPortalClassError.clientNotAvailable
if the client is not initialized.completed