Appearance
@swapped/connect-sdk / core / WalletsConnectionState
Type Alias: WalletsConnectionState
WalletsConnectionState =
object
Defined in: src/types/wallets.types.ts:293
Properties
connectingProviders
connectingProviders:
IntegrationProvider[]
Defined in: src/types/wallets.types.ts:296
Providers with an in-flight connect.
connections
connections:
WalletConnection[]
Defined in: src/types/wallets.types.ts:294
errors
errors:
Record<string,string|null>
Defined in: src/types/wallets.types.ts:298
Last error keyed by provider or walletId.
isRestoring
isRestoring:
boolean
Defined in: src/types/wallets.types.ts:303
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:307
Latest WalletConnect mobile deep link for the active pairing, or null.
pairingUri
pairingUri:
string|null
Defined in: src/types/wallets.types.ts:305
Latest WalletConnect pairing URI, or null.