UNPKG

@roochnetwork/rooch-sdk-kit

Version:
9 lines (6 loc) 225 B
// Copyright (c) RoochNetwork // SPDX-License-Identifier: Apache-2.0 import { useWalletStore } from './useWalletStore.js' export function useConnectionStatus() { return useWalletStore((state) => state.connectionStatus) }