does Wallet Exist
Deprecated
Use doesWalletExistOrThrow() instead, which propagates errors rather than defaulting to false.
Replace with
doesWalletExistOrThrow(chainId)Content copied to clipboard
Checks if a wallet exists for the specified chain ID.
Return
True if a wallet exists, false otherwise.
Parameters
chain Id
The ID of the chain to check. If null, checks for the existence of any wallet.
Deprecated
Use doesWalletExistOrThrow() instead, which propagates errors rather than defaulting to false.
Replace with
doesWalletExistOrThrow(namespace)Content copied to clipboard
Checks if a wallet exists for the specified PortalNamespace.
Return
True if a wallet exists, false otherwise.
Parameters
namespace
The PortalNamespace representing the chain to check.