Get the status of a call batch sent via wallet_sendCalls
wallet_sendCalls
. This method allows applications to track the execution status and retrieve transaction receipts for batch operations.wallet_sendCalls
request.Code | Category | Meaning |
---|---|---|
100 | Pending | Batch received but not completed onchain |
200 | Success | Batch included onchain without reverts |
400 | Offchain Error | Batch failed, wallet will not retry |
500 | Chain Error | Batch reverted completely |
600 | Partial Error | Batch reverted partially, some changes may be onchain |
Code | Message | Description |
---|---|---|
-32602 | Invalid params | Invalid call bundle identifier |
4100 | Method not supported | Wallet doesn’t support wallet_getCallsStatus |
4200 | Calls not found | No batch found with the specified identifier |
wallet_sendCalls
:
atomic
field to properly interpret the receipts array.