79296415

Date: 2024-12-20 07:11:34
Score: 2
Natty:
Report link

There is a function named getCallsStatus. https://wagmi.sh/core/api/actions/getCallsStatus#getcallsstatus

And here is an example:

let txStatus = {
  status: 'PENDING',
}

while (txStatus?.status === 'PENDING') {
  txStatus = await getCallsStatus(defaultWamigConfig, {
    id,
  })
}

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mixx M