waitForBundle

Waits for the EIP-5792 bundle to be confirmed.

Example

import { waitForBundle } from "thirdweb/wallets/eip5792";
const result = await waitForBundle({
client,
chain,
wallet,
bundleId: "0x123...",
});

Parameters

Returns

A promise that resolves with the final getCallsStatus result.