UNPKG

@roochnetwork/rooch-sdk-kit

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