dAppBooster
    Preparing search index...

    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: Address | undefined
    balance?: UseBalanceReturnType["data"]
    connectingWallet: boolean
    isWalletConnected: boolean
    isWalletSynced: boolean
    switchingChain: boolean
    walletChainId: Chain["id"] | undefined
    walletClient: UseWalletClientReturnType["data"]