meeClient.executeQuote(...)
, you need a way to track whether it succeeded. Biconomy MEE provides two main tools to monitor transaction status:
waitForSupertransactionReceipt
hash
(required): The supertransaction hash returned by executeQuote
confirmations
(optional): How many confirmations to wait for after mininggetSupertransactionReceipt
hash
(required): The supertransaction hashwaitForReceipts
(optional, default: true): Wait for receipts before resolvingconfirmations
(optional): Number of confirmations to wait forwaitForSupertransactionReceipt
will be easiest to integrate.