getCallsStatus
Returns the status and receipts of a call batch that was sent via sendCalls
.
Usage
example.ts
import { walletClient } from './config'
const { status, receipts } = await walletClient.getCallsStatus({
id: '0x1234567890abcdef',
})
Returns
WalletGetCallsStatusReturnType
Status and receipts of the calls.
Parameters
id
- Type:
string
Identifier of the call batch.