Hook that listens to transactions on a given chain for a given address.
import { useWatchTransactions } from "@thirdweb-dev/react" Copy
import { useWatchTransactions } from "@thirdweb-dev/react"
an array of Transaction objects
const transactions = useWatchTransactions({ address: "0x1234", network: "ethereum",}); Copy
const transactions = useWatchTransactions({ address: "0x1234", network: "ethereum",});
Generated using TypeDoc
Hook that listens to transactions on a given chain for a given address.