The specific address of the approved signer account (selected using useAccount
’s addresses[1]
).
addresses
readonly Hex[] | undefined
An array of all addresses connected to the application.
Information about the currently connected blockchain network.
The ID of the current blockchain network.
The connector instance used to manage the connection.
Indicates if the account is currently connected.
Indicates if the account is attempting to reconnect.
Indicates if the account is in the process of connecting.
Indicates if the account is disconnected.
status
'connected' | 'connecting' | 'reconnecting' | 'disconnected'
A string representing the connection status of the account to the application.
'connecting'
attempting to establish connection.
'reconnecting'
attempting to re-establish connection to one or more connectors.
'connected'
at least one connector is connected.
'disconnected'
no connection to any connector.