Files
juwan-frontend/lib/api/transactions.ts
T

6 lines
136 B
TypeScript

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