UNPKG

@roochnetwork/rooch-sdk-kit

Version:
12 lines (9 loc) 240 B
// Copyright (c) RoochNetwork // SPDX-License-Identifier: Apache-2.0 import { useWalletStore } from './useWalletStore.js' /** * Retrieves all wallets */ export function useWallets() { return useWalletStore((state) => state.wallets) }