Appearance
@swapped/connect-sdk / core / WalletsConnectionState
Type Alias: WalletsConnectionState
WalletsConnectionState =
object
Defined in: src/types/wallets.types.ts:292
Properties
connectingProviders
connectingProviders:
IntegrationProvider[]
Defined in: src/types/wallets.types.ts:295
Providers with an in-flight connect.
connections
connections:
WalletConnection[]
Defined in: src/types/wallets.types.ts:293
errors
errors:
Record<string,string|null>
Defined in: src/types/wallets.types.ts:297
Last error keyed by provider or walletId.
isRestoring
isRestoring:
boolean
Defined in: src/types/wallets.types.ts:302
True while background health check / reconnect is running after hydrate. Balances may already be shown from last-known addresses.
pairingDeeplinkUrl
pairingDeeplinkUrl:
string|null
Defined in: src/types/wallets.types.ts:306
Latest WalletConnect mobile deep link for the active pairing, or null.
pairingUri
pairingUri:
string|null
Defined in: src/types/wallets.types.ts:304
Latest WalletConnect pairing URI, or null.