© 2026 Hedgehog Software, LLC
const wallet = useWallet(); const block = ref<number | null>(null); const { data, status, execute } = useFetch("/api/transcations", { query: { wallet, start_block: block, }, immediate: false, watch: false, });
block
execute()