import { useWalletStore } from "@/store/wallet" export function listTransactions() { return useWalletStore.getState().transactions }