dAppBooster
Preparing search index...
hooks/useWeb3Status
WalletWeb3Status
Type Alias WalletWeb3Status
type
WalletWeb3Status
=
{
address
:
Address
|
undefined
;
balance
?:
UseBalanceReturnType
[
"data"
]
;
connectingWallet
:
boolean
;
isWalletConnected
:
boolean
;
isWalletSynced
:
boolean
;
switchingChain
:
boolean
;
walletChainId
:
Chain
[
"id"
]
|
undefined
;
walletClient
:
UseWalletClientReturnType
[
"data"
]
;
}
Index
Properties
address
balance?
connecting
Wallet
is
Wallet
Connected
is
Wallet
Synced
switching
Chain
wallet
Chain
Id
wallet
Client
Properties
address
address
:
Address
|
undefined
Optional
balance
balance
?:
UseBalanceReturnType
[
"data"
]
connecting
Wallet
connectingWallet
:
boolean
is
Wallet
Connected
isWalletConnected
:
boolean
is
Wallet
Synced
isWalletSynced
:
boolean
switching
Chain
switchingChain
:
boolean
wallet
Chain
Id
walletChainId
:
Chain
[
"id"
]
|
undefined
wallet
Client
walletClient
:
UseWalletClientReturnType
[
"data"
]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
address
balance
connecting
Wallet
is
Wallet
Connected
is
Wallet
Synced
switching
Chain
wallet
Chain
Id
wallet
Client
dAppBooster
Loading...