dAppBooster
    Preparing search index...
    WalletStatusVerifier: FC<WalletStatusVerifierProps> = ...

    Wrapper component that gates content on wallet connection and chain status.

    This is the primary API for protecting UI that requires a connected wallet. Components that call useWeb3StatusConnected must be rendered inside this component.

    <WalletStatusVerifier>
    <MyProtectedComponent />
    </WalletStatusVerifier>